mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Use DownloadClientIds to find matching series/episodes instead of relying solely on release name
Fixed: Show a warning in Queue when drone is unable to import due to a name mismatch Fixed: Better UI messages for Queue when there is an error or warning
This commit is contained in:
@@ -69,10 +69,7 @@ namespace NzbDrone.Core.Test.DecisionEngineTests
|
||||
queue.Add(new TrackedDownload
|
||||
{
|
||||
State = state,
|
||||
DownloadItem = new DownloadClientItem
|
||||
{
|
||||
RemoteEpisode = remoteEpisode
|
||||
}
|
||||
RemoteEpisode = remoteEpisode
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user