1
0
Fork 0
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:
Luke Pulverenti 2014-06-16 08:22:38 -04:00
parent 4beb349afe
commit 812a07005b
7 changed files with 50 additions and 17 deletions

View file

@ -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') {