Exclude mangas with specific state from global update (#537)

This commit is contained in:
schroda
2023-06-09 14:33:10 +02:00
committed by GitHub
parent 7c3eff2ba7
commit 561d680e78
4 changed files with 16 additions and 0 deletions
@@ -20,6 +20,9 @@ server.downloadsPath = ""
# updater
server.maxParallelUpdateRequests = 10 # sets how many sources can be updated in parallel. updates are grouped by source and all mangas of a source are updated synchronously
server.excludeUnreadChapters = true
server.excludeNotStarted = true
server.excludeCompleted = true
# Authentication
server.basicAuthEnabled = false