1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

add comment about the change

This commit is contained in:
rafma0 2023-11-05 22:41:36 -03:00
parent 436847b901
commit 0cef9ff690

View file

@ -536,6 +536,7 @@ export default function (options) {
}
}
// FLAC audio in video plays with a delay on Tizen
if (canPlayAudioFormat('flac') && !browser.tizen) {
videoAudioCodecs.push('flac');
hlsInFmp4VideoAudioCodecs.push('flac');