1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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:
thornbill 2024-06-06 14:39:52 -04:00 committed by Joshua M. Boniface
parent 42f41589ff
commit 83c1b47688

View file

@ -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');