mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-22 22:04:41 +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" +
|
||||
episodes_subtitles_clause)
|
||||
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
|
||||
|
||||
missing_subtitles_global = []
|
||||
|
|
Loading…
Reference in a new issue