Skip to content

Commit

Permalink
Merge pull request #5664 from thornbill/livetv-image
Browse files Browse the repository at this point in the history
Fix live tv images being ignored
  • Loading branch information
joshuaboniface authored Jun 5, 2024
2 parents 52aa8eb + 238b44f commit d898afd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scripts/libraryMenu.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit d898afd

Please sign in to comment.