Prevent okhttp from caching covers and chapter images (#7967)

This commit is contained in:
stevenyomi
2022-09-12 06:00:07 +08:00
committed by GitHub
parent 935c8e7d82
commit 52fa28c16a
4 changed files with 19 additions and 31 deletions
@@ -11,7 +11,6 @@ import eu.kanade.domain.manga.model.Manga as DomainManga
/**
* Class used to create cover cache.
* It is used to store the covers of the library.
* Makes use of Glide (which can avoid repeating requests) to download covers.
* Names of files are created with the md5 of the thumbnail URL.
*
* @param context the application context.