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

clean up unused search tab condition

This commit is contained in:
grafixeyehero 2021-11-07 00:51:33 +03:00
parent 866c58212c
commit a2c2091ec9
2 changed files with 0 additions and 6 deletions

View file

@ -288,10 +288,6 @@ export default function (view, params) {
if (index === 0) {
controller = self;
} else if (index === 6) {
controller = new controllerFactory(view, tabContent, {
collectionType: 'livetv'
});
} else {
controller = new controllerFactory(view, params, tabContent);
}