mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-16 12:40:27 +01:00
update active recordings
This commit is contained in:
@@ -28,9 +28,9 @@ namespace MediaBrowser.Providers.Music
|
||||
targetItem.Album = sourceItem.Album;
|
||||
}
|
||||
|
||||
if (replaceData || targetItem.Artists.Count == 0)
|
||||
if (replaceData || targetItem.Artists.Length == 0)
|
||||
{
|
||||
targetItem.Artists = sourceItem.Artists.ToList();
|
||||
targetItem.Artists = sourceItem.Artists;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user