Fix mpv crash
This commit is contained in:
parent
f400571e04
commit
e6add5d47c
1 changed files with 1 additions and 1 deletions
|
@ -1415,7 +1415,7 @@ class MPVPlayer(
|
|||
Tracks.Group(
|
||||
this,
|
||||
true,
|
||||
intArrayOf(C.FORMAT_HANDLED),
|
||||
IntArray(this.length) { C.FORMAT_HANDLED },
|
||||
BooleanArray(this.length) { it == indexCurrentVideo }
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue