mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
removed one switch case as was removed
This commit is contained in:
parent
b43a67b4d1
commit
fdfa4f29b2
1 changed files with 0 additions and 3 deletions
|
@ -261,9 +261,6 @@ export default function (view, params) {
|
||||||
case 5:
|
case 5:
|
||||||
depends = 'controllers/livetv/livetvseriestimers';
|
depends = 'controllers/livetv/livetvseriestimers';
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 6:
|
|
||||||
depends = 'scripts/searchtab';
|
|
||||||
}
|
}
|
||||||
|
|
||||||
import(depends).then(({default: controllerFactory}) => {
|
import(depends).then(({default: controllerFactory}) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue