1
0
Fork 0
mirror of https://github.com/morpheus65535/bazarr synced 2025-02-21 21:47:15 +00:00

tvsubtitles provider: hide error message when not found

Test: The Boys
This commit is contained in:
ngosang 2020-05-16 15:44:43 +02:00
parent 7bac8ae1d6
commit 55bb3791da

View file

@ -209,7 +209,7 @@ class TVsubtitlesProvider(Provider):
if subtitles:
return subtitles
else:
logger.error('No show id found for %r (%r)', video.series, {'year': video.year})
logger.debug('No show id found for %r (%r)', video.series, {'year': video.year})
return []