mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 08:20:32 +05:30
Actually specify the right audioTrackId.
This commit is contained in:
parent
0b5454605b
commit
27a559e1a4
@ -69,7 +69,7 @@ object DashHelper {
|
|||||||
adapSetInfos.add(
|
adapSetInfos.add(
|
||||||
AdapSetInfo(
|
AdapSetInfo(
|
||||||
stream.mimeType!!,
|
stream.mimeType!!,
|
||||||
null,
|
stream.audioTrackId,
|
||||||
mutableListOf(stream)
|
mutableListOf(stream)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user