Backport pull request #5664 from jellyfin-web/release-10.9.z
Fix live tv images being ignored
Original-merge: d898afdf10
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
committed by
Joshua M. Boniface
parent
42f41589ff
commit
83c1b47688
@@ -399,7 +399,6 @@ function getUserViews(apiClient, userId) {
|
||||
list.push(view);
|
||||
|
||||
if (view.CollectionType == 'livetv') {
|
||||
view.ImageTags = {};
|
||||
view.icon = 'live_tv';
|
||||
const guideView = Object.assign({}, view);
|
||||
guideView.Name = globalize.translate('Guide');
|
||||
|
||||
Reference in New Issue
Block a user