mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add multiserver support for web client
This commit is contained in:
parent
884c264b40
commit
2fb28de925
1 changed files with 1 additions and 0 deletions
|
@ -144,6 +144,7 @@ define(["appSettings", "browser", "events", "htmlMediaHelper"], function(appSett
|
|||
features.push("displaylanguage");
|
||||
features.push("otherapppromotions");
|
||||
features.push("targetblank");
|
||||
features.push("multiserver");
|
||||
browser.orsay || browser.tizen || browser.msie || !(browser.firefox || browser.ps4 || browser.edge || cueSupported()) || features.push("subtitleappearancesettings");
|
||||
browser.orsay || browser.tizen || features.push("subtitleburnsettings");
|
||||
browser.tv || browser.ps4 || browser.xboxOne || features.push("fileinput");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue