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:
parent
866c58212c
commit
a2c2091ec9
2 changed files with 0 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue