anime-downloader bug fix 16.

lazy image loader
This commit is contained in:
2022-04-07 21:30:59 +09:00
parent 4d0e55b25f
commit b2d07abecb
2 changed files with 25 additions and 22 deletions

View File

@@ -80,9 +80,10 @@
if (current_screen_movie_data !== '') {
if (type === "ing") {
make_airing_list(ret.data, page)
setTimeout(() => {
observer.observe();
}, 2000);
// setTimeout(() => {
// observer.observe();
// }, 1000);
observer.observe();
} else {
make_screen_movie_list(ret, page)
}