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

remove camera upload and sync options from preference menu

This commit is contained in:
dkanada 2019-01-17 05:11:28 +09:00
parent 5aac42d5bd
commit 7560d9abd1
7 changed files with 14 additions and 170 deletions

View file

@ -670,24 +670,12 @@ var Dashboard = {
autoFocus: !1,
transition: "fade",
controller: "scripts/myprofile"
}), defineRoute({
path: "/camerauploadsettings.html",
dependencies: [],
autoFocus: !1,
transition: "fade",
controller: "scripts/camerauploadsettings"
}), defineRoute({
path: "/mysyncjob.html",
dependencies: [],
autoFocus: !1,
transition: "fade",
controller: "scripts/syncjob"
}), defineRoute({
path: "/mysyncsettings.html",
dependencies: ["emby-checkbox", "emby-input", "emby-button", "paper-icon-button-light"],
autoFocus: !1,
transition: "fade",
controller: "scripts/mysyncsettings"
}), defineRoute({
path: "/notificationsetting.html",
dependencies: [],
@ -1118,7 +1106,6 @@ var Dashboard = {
serverId = item.ServerId || options.serverId;
if ("settings" === item) return "mypreferencesmenu.html";
if ("wizard" === item) return "wizardstart.html";
if ("downloadsettings" === item) return "mysyncsettings.html";
if ("manageserver" === item) return "dashboard.html";
if ("recordedtv" === item) return "livetv.html?tab=3&serverId=" + options.serverId;
if ("nextup" === item) return "list/list.html?type=nextup&serverId=" + options.serverId;