Fixed progress not being removed from control center when a search all fails.

pull/1704/head
morpheus65535 3 years ago
parent c91597fdd5
commit 63f3454c8f

@ -124,7 +124,7 @@ def wanted_search_missing_subtitles_movies():
wanted_download_subtitles_movie(movie['radarrId'])
else:
logging.info("BAZARR All providers are throttled")
return
break
hide_progress(id='wanted_movies_progress')

@ -137,7 +137,7 @@ def wanted_search_missing_subtitles_series():
wanted_download_subtitles(episode['sonarrEpisodeId'])
else:
logging.info("BAZARR All providers are throttled")
return
break
hide_progress(id='wanted_episodes_progress')

Loading…
Cancel
Save