Feature/library global update exclude manga with state (#281)

* Extract global update settings

* Add option to exclude mangas with specific state from global update
This commit is contained in:
schroda
2023-10-27 23:39:05 +02:00
committed by GitHub
parent c8f02b3b8c
commit 68e7b4b16d
9 changed files with 484 additions and 240 deletions

View File

@@ -313,6 +313,14 @@
"info": "Entries in excluded categories will not be updated even if they are also in included categories"
}
},
"entries": {
"title": "Skip updating entries",
"label": {
"completed": "With \"Completed\" status",
"not_started": "That haven't been started",
"unread_chapters": "With unread chapter(s)"
}
},
"title": "Global update"
},
"title": "Library Settings"