mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-20 05:04:18 +01:00
update active recordings
This commit is contained in:
@@ -31,7 +31,7 @@ namespace MediaBrowser.Providers.Music
|
||||
}) :
|
||||
item.GetRecursiveChildren(i => i is IHasArtist && !i.IsFolder);
|
||||
|
||||
var currentList = item.Genres.ToList();
|
||||
var currentList = item.Genres;
|
||||
|
||||
item.Genres = taggedItems.SelectMany(i => i.Genres)
|
||||
.DistinctNames()
|
||||
|
||||
Reference in New Issue
Block a user