mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 13:23:18 -07:00
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:
parent
2fa178ee7c
commit
c2855973ce
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue