mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-23 06:16:36 +08:00
Added more logging of error for #705.
This commit is contained in:
parent
ca59bca40c
commit
cca888fa94
1 changed files with 1 additions and 1 deletions
|
@ -191,7 +191,7 @@ def list_missing_subtitles(no=None, epno=None):
|
||||||
"on table_episodes.sonarrSeriesId = table_shows.sonarrSeriesId" +
|
"on table_episodes.sonarrSeriesId = table_shows.sonarrSeriesId" +
|
||||||
episodes_subtitles_clause)
|
episodes_subtitles_clause)
|
||||||
if isinstance(episodes_subtitles, six.string_types):
|
if isinstance(episodes_subtitles, six.string_types):
|
||||||
logging.debug("BAZARR list missing subtitles query to DB returned this instead of rows: " + episodes_subtitles)
|
logging.error("BAZARR list missing subtitles query to DB returned this instead of rows: " + episodes_subtitles)
|
||||||
return
|
return
|
||||||
|
|
||||||
missing_subtitles_global = []
|
missing_subtitles_global = []
|
||||||
|
|
Loading…
Reference in a new issue