mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
remove video audio flac on tizen
This commit is contained in:
parent
e5c8d440c7
commit
436847b901
1 changed files with 1 additions and 1 deletions
|
@ -536,7 +536,7 @@ export default function (options) {
|
|||
}
|
||||
}
|
||||
|
||||
if (canPlayAudioFormat('flac')) {
|
||||
if (canPlayAudioFormat('flac') && !browser.tizen) {
|
||||
videoAudioCodecs.push('flac');
|
||||
hlsInFmp4VideoAudioCodecs.push('flac');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue