diff --git a/views/wanted.tpl b/views/wanted.tpl index 232765c4d..29e39c3ae 100644 --- a/views/wanted.tpl +++ b/views/wanted.tpl @@ -151,16 +151,14 @@ sonarrSeriesId: $(this).attr("data-sonarrSeriesId"), sonarrEpisodeId: $(this).attr("data-sonarrEpisodeId") }; + $('#loader').addClass('active'); $.ajax({ url: "{{base_url}}get_subtitle", type: "POST", dataType: "json", data: values - }); - $('#loader').addClass('active'); + }).always(function () { + window.location.reload(); + }); }) - - $(document).ajaxStop(function(){ - window.location.reload(); - }); \ No newline at end of file