mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
sync updates
This commit is contained in:
parent
47d9d8259e
commit
d3b42303eb
4 changed files with 27 additions and 39 deletions
|
@ -347,6 +347,12 @@
|
|||
return false;
|
||||
}
|
||||
|
||||
if (mediaSource.Protocol == 'Http') {
|
||||
if (Dashboard.isConnectMode()) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
if (extension == 'm4v' || extension == 'mkv') {
|
||||
return $.browser.chrome != null;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue