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

View File

@@ -105,7 +105,7 @@ namespace NzbDrone.Api.Queue
throw new NotFoundException();
}
_downloadService.DownloadReport(pendingRelease.RemoteEpisode);
_downloadService.DownloadReport(pendingRelease.RemoteMovie);
return resource.AsResponse();
}