Change package name for "next" branch
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user