Add:Book library filter for missing cover image #1243

This commit is contained in:
advplyr 2022-12-15 17:46:27 -06:00
parent dc03835742
commit 4fcdeda447
2 changed files with 17 additions and 12 deletions

View file

@ -348,6 +348,10 @@ export default {
{
id: 'language',
name: this.$strings.LabelLanguage
},
{
id: 'cover',
name: this.$strings.LabelCover
}
]
},