mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-20 21:33:13 -07:00
Testing new idea for CP adding of movies not in wanted list.
This commit is contained in:
parent
dea4c5d32a
commit
bd6881b33e
3 changed files with 9 additions and 4 deletions
|
@ -130,9 +130,9 @@ class autoProcessMovie:
|
|||
|
||||
imdbid = find_imdbid(dirName, nzbName)
|
||||
release = self.get_release(baseURL, imdbid, download_id)
|
||||
if not release:
|
||||
logger.error('Unable to find %s in your wanted list, skipping ...' % (nzbName), section)
|
||||
return 1
|
||||
#if not release:
|
||||
# logger.error('Unable to find %s in your wanted list, skipping ...' % (nzbName), section)
|
||||
# return 1
|
||||
|
||||
# pull info from release found if available
|
||||
release_id = None
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue