Add option to remove non library mangas from categories (#520)

It's currently not possible to filter out non library mangas from the mangas field of categories, thus, the totalCount of mangas in a category might be greater than what is actually displayed in the library.
This commit is contained in:
schroda
2023-12-27 18:17:41 +01:00
committed by GitHub
parent e025efb9dc
commit f12f025e9d
3 changed files with 57 additions and 1 deletions

View File

@@ -307,6 +307,7 @@
"title": "Display mode"
},
"label": {
"advanced": "Advanced",
"browse": "Browse",
"client": "Client",
"close": "Close",
@@ -403,6 +404,18 @@
}
},
"settings": {
"advanced": {
"database": {
"cleanup": {
"label": {
"description": "Remove non library manga from categories",
"error": "Could not remove non library manga from categories",
"success": "Removed non library manga from categories",
"title": "Cleanup database"
}
}
}
},
"general": {
"add_to_library": {
"category_selection": {