Fix mpv crash

This commit is contained in:
Jarne Demeulemeester 2022-07-05 09:08:30 +02:00
parent f400571e04
commit e6add5d47c
No known key found for this signature in database
GPG key ID: B61B7B150DB6A6D2

View file

@ -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 }
)
}