Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/bazarr/commit/55bb3791da81c883bf3ceaea0f56a8ab88e3e218?style=unified&whitespace=show-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

tvsubtitles provider: hide error message when not found

Test: The Boys
pull/988/head
ngosang 5 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