Feature/automatically download new chapters (#596)

* Automatically download new chapters

* Log queued downloads

* Add function to get number of manga chapters
This commit is contained in:
schroda
2023-07-20 23:47:46 +02:00
committed by GitHub
parent c1d702a51c
commit 8690e918dd
6 changed files with 59 additions and 5 deletions

View File

@@ -9,6 +9,7 @@ server.socksProxyPort = ""
# downloader
server.downloadAsCbz = false
server.autoDownloadNewChapters = false
# updater
server.maxParallelUpdateRequests = 10