mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-26 09:37:25 +00:00
small fix
This commit is contained in:
parent
91c9fa6082
commit
b44524abd2
1 changed files with 1 additions and 1 deletions
|
@ -578,10 +578,10 @@ def episode_download_subtitles(no):
|
|||
store_subtitles(path_replace(episode[0]))
|
||||
history_log(1, episode[6], episode[2], message, path, language_code, provider, score)
|
||||
send_notifications(episode[6], episode[2], message)
|
||||
list_missing_subtitles(episode[6])
|
||||
else:
|
||||
notifications.write(msg='BAZARR All providers are throttled', queue='get_subtitle', duration='long')
|
||||
logging.info("BAZARR All providers are throttled")
|
||||
list_missing_subtitles(episode[6])
|
||||
break
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue