Removed check for WANTED status as this interfears with being able to post-process movies that were not snatched from CP but obtained via other means.

This commit is contained in:
echel0n 2014-04-18 14:00:10 -07:00
commit c2855973ce

View file

@ -108,10 +108,6 @@ class autoProcessMovie:
imdbid = find_imdbid(dirName,nzbName)
releases = self.get_releases(baseURL, imdbid, download_id)
if not releases:
logger.error("Could not find any releases marked as WANTED matching %s, skipping ..." % nzbName, section)
return 1
# pull info from release found if available
release_id = None
media_id = None