mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 04:59:35 -07:00
Fixed: Set remote album ID so we don't always think album updated
This commit is contained in:
parent
1dcccf2683
commit
c898a18d31
2 changed files with 2 additions and 0 deletions
|
@ -95,6 +95,7 @@ namespace NzbDrone.Core.Music
|
||||||
}
|
}
|
||||||
|
|
||||||
result.Entity = tuple.Item2;
|
result.Entity = tuple.Item2;
|
||||||
|
result.Entity.Id = local.Id;
|
||||||
result.Metadata = tuple.Item3;
|
result.Metadata = tuple.Item3;
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
|
@ -308,6 +308,7 @@ namespace NzbDrone.Core.Music
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
updated = RefreshEntityInfo(artist, null, true, false);
|
updated = RefreshEntityInfo(artist, null, true, false);
|
||||||
|
_logger.Trace($"Artist {artist} updated: {updated}");
|
||||||
RescanArtist(artist, isNew, trigger, updated);
|
RescanArtist(artist, isNew, trigger, updated);
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue