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:
parent
741725c078
commit
92189e108b
47 changed files with 2 additions and 78 deletions
|
@ -728,9 +728,6 @@ define(['loading', 'globalize', 'events', 'viewManager', 'layoutManager', 'skinM
|
|||
}
|
||||
|
||||
function getRouteUrl(item, options) {
|
||||
if (item === 'managedownloads') {
|
||||
return 'offline/managedownloads.html';
|
||||
}
|
||||
if (item === 'settings') {
|
||||
return 'settings/settings.html';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue