mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-21 05:43:16 -07:00
better return. For #702
This commit is contained in:
parent
9aa920d9d2
commit
6c993fe6cb
1 changed files with 1 additions and 0 deletions
|
@ -981,6 +981,7 @@ def find_imdbid(dirName, inputName):
|
||||||
return imdbid
|
return imdbid
|
||||||
|
|
||||||
logger.warning('Unable to find a imdbID for %s' % (inputName))
|
logger.warning('Unable to find a imdbID for %s' % (inputName))
|
||||||
|
return imdbid
|
||||||
|
|
||||||
def extractFiles(src, dst=None):
|
def extractFiles(src, dst=None):
|
||||||
extracted_folder = []
|
extracted_folder = []
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue