clean up unused search tab condition

This commit is contained in:
grafixeyehero 2020-09-14 01:23:20 +03:00
parent 3cc20ce480
commit d3c5b83b29
6 changed files with 0 additions and 21 deletions

View file

@ -285,11 +285,6 @@ import 'emby-button';
if (index === 1) {
controller = self;
} else if (index === 6) {
controller = new controllerFactory(view, tabContent, {
collectionType: 'tvshows',
parentId: params.topParentId
});
} else {
controller = new controllerFactory(view, params, tabContent);
}