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

remove references to missing offline playback files

This commit is contained in:
dkanada 2019-01-16 14:55:32 +09:00
parent 58954cadd3
commit b8a0e1ab29
47 changed files with 1 additions and 65 deletions

View file

@ -670,13 +670,6 @@ var Dashboard = {
autoFocus: !1,
transition: "fade",
controller: "scripts/myprofile"
}), defineRoute({
path: "/offline/offline.html",
transition: "fade",
controller: "offline/offline",
dependencies: [],
anonymous: !0,
startup: !1
}), defineRoute({
path: "/managedownloads.html",
transition: "fade",
@ -1136,7 +1129,6 @@ var Dashboard = {
serverId = item.ServerId || options.serverId;
if ("settings" === item) return "mypreferencesmenu.html";
if ("wizard" === item) return "wizardstart.html";
if ("downloads" === item) return "offline/offline.html";
if ("downloadsettings" === item) return "mysyncsettings.html";
if ("managedownloads" === item) return "managedownloads.html";
if ("manageserver" === item) return "dashboard.html";