Add:Random library sorting option for libraries and series #3166

- Fixed author sort and match button not showing
This commit is contained in:
advplyr 2024-07-25 16:10:42 -05:00
parent 82f136ba79
commit 43d6c6678f
6 changed files with 48 additions and 26 deletions

View file

@ -88,6 +88,10 @@ export default {
{
text: this.$strings.LabelFileModified,
value: 'mtimeMs'
},
{
text: this.$strings.LabelRandomly,
value: 'random'
}
]
},
@ -128,6 +132,10 @@ export default {
{
text: this.$strings.LabelFileModified,
value: 'mtimeMs'
},
{
text: this.$strings.LabelRandomly,
value: 'random'
}
]
},
@ -215,4 +223,4 @@ export default {
}
}
}
</script>
</script>