mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-14 18:47:09 -07:00
change subtitle logging level. Fixes #1296
This commit is contained in:
parent
dc21f125b4
commit
8b6a885e87
1 changed files with 1 additions and 1 deletions
|
@ -1147,7 +1147,7 @@ def import_subs(filename):
|
|||
if not languages:
|
||||
return
|
||||
|
||||
logger.debug("Attempting to download subtitles for {0}".format(filename), 'SUBTITLES')
|
||||
logger.info("Attempting to download subtitles for {0}".format(filename), 'SUBTITLES')
|
||||
try:
|
||||
video = subliminal.scan_video(filename)
|
||||
subtitles = subliminal.download_best_subtitles({video}, languages)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue