Change package name for "next" branch

This commit is contained in:
Koitharu
2022-07-13 15:49:23 +03:00
parent 69a0c779d9
commit 29c82177a9
3 changed files with 16 additions and 5 deletions

View File

@@ -36,10 +36,7 @@ class RemoteMangaRepository(private val parser: MangaParser) : MangaRepository {
override suspend fun getTags(): Set<MangaTag> = parser.getTags()
@Deprecated("")
fun getFaviconUrl(): String = parser.getFaviconUrl()
suspend fun getFavicons(): Favicons = parser.parseFavicons()
suspend fun getFavicons(): Favicons = parser.getFavicons()
fun getAuthProvider(): MangaParserAuthProvider? = parser as? MangaParserAuthProvider