mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-03-01 05:29:41 +00:00
feat: implement duplicate title normalized filter
This commit is contained in:
parent
aa85106681
commit
ead215e777
13 changed files with 276 additions and 1 deletions
|
|
@ -236,6 +236,11 @@ export default {
|
|||
value: 'issues',
|
||||
sublist: false
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelDuplicateTitle || 'Duplicate Title',
|
||||
value: 'duplicates',
|
||||
sublist: false
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelRSSFeedOpen,
|
||||
value: 'feed-open',
|
||||
|
|
@ -294,6 +299,11 @@ export default {
|
|||
value: 'issues',
|
||||
sublist: false
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelDuplicateTitle || 'Duplicate Title',
|
||||
value: 'duplicates',
|
||||
sublist: false
|
||||
},
|
||||
{
|
||||
text: this.$strings.LabelRSSFeedOpen,
|
||||
value: 'feed-open',
|
||||
|
|
|
|||
|
|
@ -475,6 +475,7 @@
|
|||
"LabelMinute": "Minute",
|
||||
"LabelMinutes": "Minutes",
|
||||
"LabelMissing": "Missing",
|
||||
"LabelDuplicateTitle": "Duplicate Title",
|
||||
"LabelMissingEbook": "Has no ebook",
|
||||
"LabelMissingSupplementaryEbook": "Has no supplementary ebook",
|
||||
"LabelMoveToLibrary": "Move to Library",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue