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

clear download options from navigation bar

This commit is contained in:
dkanada 2019-01-16 17:59:20 +09:00
parent 741725c078
commit 92189e108b
47 changed files with 2 additions and 78 deletions

View file

@ -670,11 +670,6 @@ var Dashboard = {
autoFocus: !1,
transition: "fade",
controller: "scripts/myprofile"
}), defineRoute({
path: "/managedownloads.html",
transition: "fade",
controller: "scripts/managedownloads",
dependencies: []
}), defineRoute({
path: "/mysync.html",
dependencies: [],
@ -1130,7 +1125,6 @@ var Dashboard = {
if ("settings" === item) return "mypreferencesmenu.html";
if ("wizard" === item) return "wizardstart.html";
if ("downloadsettings" === item) return "mysyncsettings.html";
if ("managedownloads" === item) return "managedownloads.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;