mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
fix: Don't change the url when retrieving chapters
Fixes GH-2
This commit is contained in:
parent
aba53cd91a
commit
3cdf0edb71
1 changed files with 1 additions and 1 deletions
|
@ -345,7 +345,7 @@ class MangaDetailsPresenter(
|
||||||
var chapterError: java.lang.Exception? = null
|
var chapterError: java.lang.Exception? = null
|
||||||
val chapters = async(Dispatchers.IO) {
|
val chapters = async(Dispatchers.IO) {
|
||||||
try {
|
try {
|
||||||
source.getChapterList(manga)
|
source.getChapterList(manga.copy())
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
chapterError = e
|
chapterError = e
|
||||||
emptyList()
|
emptyList()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue