Actually specify the right audioTrackId.

This commit is contained in:
Kavin 2022-11-16 18:28:29 +00:00
parent 0b5454605b
commit 27a559e1a4
No known key found for this signature in database
GPG Key ID: 49451E4482CC5BCD

View File

@ -69,7 +69,7 @@ object DashHelper {
adapSetInfos.add(
AdapSetInfo(
stream.mimeType!!,
null,
stream.audioTrackId,
mutableListOf(stream)
)
)