Skip to content

Commit

Permalink
Merge pull request #988 from ngosang/feature/tvsubtitles
Browse files Browse the repository at this point in the history
tvsubtitles provider: hide error message when not found
  • Loading branch information
morpheus65535 authored May 16, 2020
2 parents bbee163 + 55bb379 commit 56f3eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/subliminal/providers/tvsubtitles.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ def list_subtitles(self, video, languages):
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 []

Expand Down

0 comments on commit 56f3eb3

Please sign in to comment.