mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 01:23:53 -07:00
Show title mismatches, but don't import them automaticallys
Fixed: Show Series title mismatches in the UI Fixed: Force import from Queue for title mismatches
This commit is contained in:
parent
7f27507ef6
commit
2bbce39faa
11 changed files with 154 additions and 68 deletions
|
@ -72,7 +72,7 @@ namespace NzbDrone.Api.Queue
|
|||
var resource = Request.Body.FromJson<QueueResource>();
|
||||
var trackedDownload = GetTrackedDownload(resource.Id);
|
||||
|
||||
_completedDownloadService.Process(trackedDownload);
|
||||
_completedDownloadService.Process(trackedDownload, true);
|
||||
|
||||
return resource.AsResponse();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue