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

sync updates

This commit is contained in:
Luke Pulverenti 2015-02-10 22:28:34 -05:00
parent 47d9d8259e
commit d3b42303eb
4 changed files with 27 additions and 39 deletions

View file

@ -347,6 +347,12 @@
return false;
}
if (mediaSource.Protocol == 'Http') {
if (Dashboard.isConnectMode()) {
return false;
}
}
if (extension == 'm4v' || extension == 'mkv') {
return $.browser.chrome != null;
}