1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Text fixes and got pending releases finally fully working.

Fixes #1318 and fixes #1023
This commit is contained in:
Leonardo Galli
2017-04-10 15:54:05 +02:00
parent d1bbcdc039
commit a80e9f11f2
5 changed files with 14 additions and 12 deletions
+1 -1
View File
@@ -105,7 +105,7 @@ namespace NzbDrone.Api.Queue
throw new NotFoundException();
}
_downloadService.DownloadReport(pendingRelease.RemoteEpisode);
_downloadService.DownloadReport(pendingRelease.RemoteMovie);
return resource.AsResponse();
}