mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-08-19 21:03:14 -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:
|
if not languages:
|
||||||
return
|
return
|
||||||
|
|
||||||
logger.debug("Attempting to download subtitles for {0}".format(filename), 'SUBTITLES')
|
logger.info("Attempting to download subtitles for {0}".format(filename), 'SUBTITLES')
|
||||||
try:
|
try:
|
||||||
video = subliminal.scan_video(filename)
|
video = subliminal.scan_video(filename)
|
||||||
subtitles = subliminal.download_best_subtitles({video}, languages)
|
subtitles = subliminal.download_best_subtitles({video}, languages)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue