mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-19 21:44:30 -04:00
New: Manual import refreshes decisions when artist/album updated (#540)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user