tvsubtitles provider: hide error message when not found

Test: The Boys
pull/988/head
ngosang 4 years ago
parent 7bac8ae1d6
commit 55bb3791da

@ -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 []

Loading…
Cancel
Save