mirror of
https://github.com/mihonapp/mihon.git
synced 2025-07-01 05:27:50 +02:00
Implement Perv Eden source.
This commit is contained in:
@ -63,7 +63,7 @@ class MetadataFetchDialog {
|
||||
source?.let {
|
||||
it as EHentai
|
||||
manga.copyFrom(it.fetchMangaDetails(manga).toBlocking().first())
|
||||
metadataHelper.fetchMetadata(manga.url, it.exh)?.copyTo(manga)
|
||||
metadataHelper.fetchEhMetadata(manga.url, it.exh)?.copyTo(manga)
|
||||
}
|
||||
} catch(t: Throwable) {
|
||||
Timber.e(t, "Could not migrate manga!")
|
||||
|
Reference in New Issue
Block a user