clean up unused search tab condition
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user