mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
remove extra live tv sections
This commit is contained in:
parent
7d6818ac7d
commit
2440550d9c
@ -17,25 +17,6 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
list.push(view);
|
list.push(view);
|
||||||
|
|
||||||
if (view.CollectionType == 'livetv') {
|
|
||||||
|
|
||||||
var guideView = $.extend({}, view);
|
|
||||||
guideView.Name = Globalize.translate('ButtonGuide');
|
|
||||||
guideView.ImageTags = {};
|
|
||||||
guideView.icon = 'dvr';
|
|
||||||
guideView.url = 'livetv.html?tab=1';
|
|
||||||
guideView.onclick = "LibraryBrowser.showTab('livetv.html', 1);event.preventDefault();event.stopPropagation();return false;";
|
|
||||||
list.push(guideView);
|
|
||||||
|
|
||||||
var recordedTvView = $.extend({}, view);
|
|
||||||
recordedTvView.Name = Globalize.translate('ButtonRecordedTv');
|
|
||||||
recordedTvView.ImageTags = {};
|
|
||||||
recordedTvView.icon = 'video-library';
|
|
||||||
recordedTvView.url = 'livetv.html?tab=3';
|
|
||||||
recordedTvView.onclick = "LibraryBrowser.showTab('livetv.html', 3);event.preventDefault();event.stopPropagation();return false;";
|
|
||||||
list.push(recordedTvView);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return list;
|
return list;
|
||||||
|
Loading…
Reference in New Issue
Block a user