mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #5664 from thornbill/livetv-image
Fix live tv images being ignored
This commit is contained in:
commit
d898afdf10
1 changed files with 0 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue