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:
parent
7bac8ae1d6
commit
55bb3791da
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue