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
|
@ -90,8 +90,6 @@
|
||||||
<div class="pageTabContent padded-top" id="seriesTab" data-index="5">
|
<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 is="emby-itemscontainer" class="vertical-wrap itemsContainer centered padded-left padded-right" id="items"></div>
|
||||||
</div>
|
</div>
|
||||||
<div class="pageTabContent" data-index="6">
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -288,10 +288,6 @@ export default function (view, params) {
|
||||||
|
|
||||||
if (index === 0) {
|
if (index === 0) {
|
||||||
controller = self;
|
controller = self;
|
||||||
} else if (index === 6) {
|
|
||||||
controller = new controllerFactory(view, tabContent, {
|
|
||||||
collectionType: 'livetv'
|
|
||||||
});
|
|
||||||
} else {
|
} else {
|
||||||
controller = new controllerFactory(view, params, tabContent);
|
controller = new controllerFactory(view, params, tabContent);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue