Skip to content

Commit

Permalink
Backport pull request #5664 from jellyfin-web/release-10.9.z
Browse files Browse the repository at this point in the history
Fix live tv images being ignored

Original-merge: d898afd

Merged-by: joshuaboniface <joshua@boniface.me>

Backported-by: Joshua M. Boniface <joshua@boniface.me>
  • Loading branch information
thornbill authored and joshuaboniface committed Jun 6, 2024
1 parent 42f4158 commit 83c1b47
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 83c1b47

Please sign in to comment.