|
|
@ -33,7 +33,7 @@ def movies_download_subtitles(no):
|
|
|
|
TableMovies.monitored)
|
|
|
|
TableMovies.monitored)
|
|
|
|
.where(reduce(operator.and_, conditions))) \
|
|
|
|
.where(reduce(operator.and_, conditions))) \
|
|
|
|
.first()
|
|
|
|
.first()
|
|
|
|
if not len(movie):
|
|
|
|
if not movie:
|
|
|
|
logging.debug("BAZARR no movie with that radarrId can be found in database:", str(no))
|
|
|
|
logging.debug("BAZARR no movie with that radarrId can be found in database:", str(no))
|
|
|
|
return
|
|
|
|
return
|
|
|
|
|
|
|
|
|
|
|
|