Address minor build warnings

This commit is contained in:
arkon
2023-05-31 22:47:31 -04:00
parent 8a5382042c
commit 431f8772f8
7 changed files with 20 additions and 18 deletions
@@ -34,7 +34,7 @@ import java.io.File
/**
* A [Fetcher] that fetches cover image for [Manga] object.
*
* It uses [Manga.thumbnail_url] if custom cover is not set by the user.
* It uses [Manga.thumbnailUrl] if custom cover is not set by the user.
* Disk caching for library items is handled by [CoverCache], otherwise
* handled by Coil's [DiskCache].
*