diff --git a/info.yaml b/info.yaml index 711f6ef..983e524 100644 --- a/info.yaml +++ b/info.yaml @@ -1,5 +1,5 @@ title: "애니 다운로더" -version: "0.5.27" +version: "0.5.28" package_name: "anime_downloader" developer: "projectdx" description: "anime downloader" diff --git a/templates/anime_downloader_ohli24_list.html b/templates/anime_downloader_ohli24_list.html index ef90dfa..c19bec5 100644 --- a/templates/anime_downloader_ohli24_list.html +++ b/templates/anime_downloader_ohli24_list.html @@ -5,7 +5,7 @@
-
+
@@ -202,16 +202,6 @@ global_sub_request_search('1') }); - // Video Modal 초기화 - VideoModal.init({ package_name: package_name, sub: sub }); - - // 비디오 보기 버튼 클릭 핸들러 - $("body").on('click', '.btn-watch', function (e) { - e.preventDefault(); - var filePath = $(this).data('path'); - VideoModal.openWithPath(filePath); - }); - // 비디오 줌/확장 처리 (모바일 Fullscreen 꽉 차게) var isVideoZoomed = false;