mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-13 02:07:47 +08:00
Fix for #337
This commit is contained in:
parent
a9cff277b7
commit
b74249e691
1 changed files with 2 additions and 2 deletions
|
@ -596,7 +596,7 @@ def wanted_search_missing_subtitles():
|
|||
for episode in episodes:
|
||||
wanted_download_subtitles(episode[0])
|
||||
else:
|
||||
q4ws.append('BAZARR All providers are throttled')
|
||||
notifications.write(msg='BAZARR All providers are throttled', queue='get_subtitle')
|
||||
logging.info("BAZARR All providers are throttled")
|
||||
|
||||
if settings.general.getboolean('use_radarr'):
|
||||
|
@ -604,7 +604,7 @@ def wanted_search_missing_subtitles():
|
|||
for movie in movies:
|
||||
wanted_download_subtitles_movie(movie[0])
|
||||
else:
|
||||
q4ws.append('BAZARR All providers are throttled')
|
||||
notifications.write(msg='BAZARR All providers are throttled', queue='get_subtitle')
|
||||
logging.info("BAZARR All providers are throttled")
|
||||
|
||||
logging.info('BAZARR Finished searching for missing subtitles. Check histories for more information.')
|
||||
|
|
Loading…
Reference in a new issue