mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix hevc check for fMP4
This commit is contained in:
parent
bb7313270c
commit
cd99b752c5
1 changed files with 1 additions and 1 deletions
|
@ -467,7 +467,7 @@ import browser from './browser';
|
||||||
const hlsInTsVideoCodecs = [];
|
const hlsInTsVideoCodecs = [];
|
||||||
const hlsInFmp4VideoCodecs = [];
|
const hlsInFmp4VideoCodecs = [];
|
||||||
|
|
||||||
if (browser.safari || browser.tizen || browser.web0s && canPlayHevc(videoTestElement, options)) {
|
if ((browser.safari || browser.tizen || browser.web0s) && canPlayHevc(videoTestElement, options)) {
|
||||||
hlsInFmp4VideoCodecs.push('hevc');
|
hlsInFmp4VideoCodecs.push('hevc');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue