Parse favicons in runtime

This commit is contained in:
Koitharu
2022-07-12 09:35:52 +03:00
parent 9dc3ad38fc
commit 9c66f74a5b
15 changed files with 203 additions and 43 deletions

View File

@@ -3,5 +3,6 @@ package org.koitharu.kotatsu.local.data
enum class CacheDir(val dir: String) {
THUMBS("image_cache"),
FAVICONS("favicons"),
PAGES("pages");
}