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:
parent
58954cadd3
commit
b8a0e1ab29
47 changed files with 1 additions and 65 deletions
|
@ -728,10 +728,6 @@ define(['loading', 'globalize', 'events', 'viewManager', 'layoutManager', 'skinM
|
|||
}
|
||||
|
||||
function getRouteUrl(item, options) {
|
||||
|
||||
if (item === 'downloads') {
|
||||
return 'offline/offline.html';
|
||||
}
|
||||
if (item === 'managedownloads') {
|
||||
return 'offline/managedownloads.html';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue