mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
Fix faulty automatic subtitle selection (#760)
This commit is contained in:
parent
3adf036135
commit
2b60e3a893
1 changed files with 1 additions and 1 deletions
|
@ -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 -> {
|
||||
|
|
Loading…
Reference in a new issue