mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 11:43:44 +01:00
update active recordings
This commit is contained in:
@@ -21,9 +21,9 @@ namespace MediaBrowser.Providers.Music
|
||||
var sourceItem = source.Item;
|
||||
var targetItem = target.Item;
|
||||
|
||||
if (replaceData || targetItem.Artists.Count == 0)
|
||||
if (replaceData || targetItem.Artists.Length == 0)
|
||||
{
|
||||
targetItem.Artists = sourceItem.Artists.ToList();
|
||||
targetItem.Artists = sourceItem.Artists;
|
||||
}
|
||||
|
||||
if (replaceData || string.IsNullOrEmpty(targetItem.Album))
|
||||
|
||||
Reference in New Issue
Block a user