Skip to content

Commit

Permalink
Fixed progress not being removed from control center when a search al…
Browse files Browse the repository at this point in the history
…l fails.
  • Loading branch information
morpheus65535 committed Jan 28, 2022
1 parent c91597f commit 63f3454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bazarr/get_subtitle/wanted/movies.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down
2 changes: 1 addition & 1 deletion bazarr/get_subtitle/wanted/series.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')

Expand Down

0 comments on commit 63f3454

Please sign in to comment.