mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-01-03 23:33:58 +00:00
Fixed: Set remote album ID so we don't always think album updated
This commit is contained in:
@@ -95,6 +95,7 @@ namespace NzbDrone.Core.Music
|
||||
}
|
||||
|
||||
result.Entity = tuple.Item2;
|
||||
result.Entity.Id = local.Id;
|
||||
result.Metadata = tuple.Item3;
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -308,6 +308,7 @@ namespace NzbDrone.Core.Music
|
||||
try
|
||||
{
|
||||
updated = RefreshEntityInfo(artist, null, true, false);
|
||||
_logger.Trace($"Artist {artist} updated: {updated}");
|
||||
RescanArtist(artist, isNew, trigger, updated);
|
||||
}
|
||||
catch (Exception e)
|
||||
|
||||
Reference in New Issue
Block a user