New: Manual import refreshes decisions when artist/album updated (#540)

This commit is contained in:
ta264
2018-11-19 03:16:55 +00:00
committed by Qstick
parent d62b4e49f9
commit 32c75cfcbc
15 changed files with 211 additions and 43 deletions
@@ -37,7 +37,7 @@ namespace Lidarr.Api.V1.ManualImport
return new ManualImportResource
{
Id = HashConverter.GetHashInt31(model.Path),
Id = model.Id,
Path = model.Path,
RelativePath = model.RelativePath,
FolderName = model.FolderName,