Skip to content

Commit

Permalink
fix: chapters not getting loaded
Browse files Browse the repository at this point in the history
closes #23
  • Loading branch information
abdallahmehiz committed Sep 2, 2024
1 parent 4bb980f commit 73768f7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,8 @@ class PlayerActivity : AppCompatActivity() {
"secondary-sid" to MPVLib.mpvFormat.MPV_FORMAT_STRING,
"aid" to MPVLib.mpvFormat.MPV_FORMAT_STRING,
"hwdec-current" to MPVLib.mpvFormat.MPV_FORMAT_STRING,
"hwdec" to MPVLib.mpvFormat.MPV_FORMAT_STRING
"hwdec" to MPVLib.mpvFormat.MPV_FORMAT_STRING,
"chapter-list" to MPVLib.mpvFormat.MPV_FORMAT_NONE
)
}

Expand Down

0 comments on commit 73768f7

Please sign in to comment.