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

@ -90,8 +90,6 @@
<div class="pageTabContent padded-top" id="seriesTab" data-index="5">
<div is="emby-itemscontainer" class="vertical-wrap itemsContainer centered padded-left padded-right" id="items"></div>
</div>
<div class="pageTabContent" data-index="6">
</div>
</div>
</div>

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);
}