diff --git a/templates/anime_downloader_anilife_search.html b/templates/anime_downloader_anilife_search.html index ac0afb9..5da9fec 100644 --- a/templates/anime_downloader_anilife_search.html +++ b/templates/anime_downloader_anilife_search.html @@ -378,6 +378,7 @@ $.notify("분석 실패
" + ret.log, { type: "warning", }); + dismissLoadingScreen() } }, }); @@ -429,6 +430,7 @@ make_program(ret.data) } else { $.notify('분석 실패
' + ret.log, {type: 'warning'}); + dismissLoadingScreen() } } });