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

Enable display mode setting

This commit is contained in:
Niklas Fäth 2019-07-10 14:31:42 +02:00 committed by GitHub
parent f936c04d15
commit bcb66ac150
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -274,6 +274,7 @@ define(["appSettings", "browser", "events", "htmlMediaHelper"], function (appSet
features.push("displaylanguage"); features.push("displaylanguage");
features.push("otherapppromotions"); features.push("otherapppromotions");
features.push("displaymode");
features.push("targetblank"); // allows users to connect to more than one server features.push("targetblank"); // allows users to connect to more than one server
//features.push("multiserver"); //features.push("multiserver");