mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update channel styles
This commit is contained in:
parent
4beb349afe
commit
812a07005b
7 changed files with 50 additions and 17 deletions
|
@ -289,9 +289,9 @@
|
|||
|
||||
var extension = (mediaSource.Container || '').toLowerCase();
|
||||
|
||||
// m4v's with high profile failing in chrome
|
||||
if (videoStream && videoStream.Profile == 'High' && extension == 'm4v') {
|
||||
return false;
|
||||
// m4v's and mp4's with high profile failing in chrome
|
||||
if (videoStream && videoStream.Profile == 'High') {
|
||||
//return false;
|
||||
}
|
||||
|
||||
if (extension == 'm4v') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue