Skip to content

Commit

Permalink
Fix faulty automatic subtitle selection (#760)
Browse files Browse the repository at this point in the history
  • Loading branch information
self-similarity authored Nov 10, 2023
1 parent 3adf036 commit 2b60e3a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1254,7 +1254,7 @@ class CS3IPlayer : IPlayer {
.setMimeType(sub.mimeType)
.setLanguage("_${sub.name}")
.setId(sub.getId())
.setSelectionFlags(SELECTION_FLAG_DEFAULT)
.setSelectionFlags(0)
.build()
when (sub.origin) {
SubtitleOrigin.DOWNLOADED_FILE -> {
Expand Down

0 comments on commit 2b60e3a

Please sign in to comment.