mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 02:18:16 -07:00
remove video audio flac on tizen
This commit is contained in:
parent
e5c8d440c7
commit
436847b901
@ -536,7 +536,7 @@ export default function (options) {
|
||||
}
|
||||
}
|
||||
|
||||
if (canPlayAudioFormat('flac')) {
|
||||
if (canPlayAudioFormat('flac') && !browser.tizen) {
|
||||
videoAudioCodecs.push('flac');
|
||||
hlsInFmp4VideoAudioCodecs.push('flac');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user