1
0
Fork 0
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:
matjaz321 2020-08-12 21:08:10 +02:00
parent b43a67b4d1
commit fdfa4f29b2

View file

@ -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}) => {