honor downloadChapters (#1270)
This commit is contained in:
parent
95cbb35152
commit
dc88ea8f63
@ -137,7 +137,7 @@ class MergedSource : HttpSource() {
|
|||||||
val results =
|
val results =
|
||||||
syncChaptersWithSource.await(chapterList, loadedManga, source)
|
syncChaptersWithSource.await(chapterList, loadedManga, source)
|
||||||
|
|
||||||
if (reference.downloadChapters) {
|
if (downloadChapters && reference.downloadChapters) {
|
||||||
val chaptersToDownload = filterChaptersForDownload.await(manga, results)
|
val chaptersToDownload = filterChaptersForDownload.await(manga, results)
|
||||||
if (chaptersToDownload.isNotEmpty()) {
|
if (chaptersToDownload.isNotEmpty()) {
|
||||||
downloadManager.downloadChapters(
|
downloadManager.downloadChapters(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user