added 'sort by progress' entries, strings added for en-us

This commit is contained in:
KiwiHour
2026-01-05 23:50:15 +00:00
parent b2c2b625e3
commit 2a12c1e811
2 changed files with 15 additions and 0 deletions
+12
View File
@@ -63,6 +63,18 @@ export default {
{
text: this.$strings.LabelFileModified,
value: 'mtimeMs'
},
{
text: this.$strings.LabelLibrarySortByProgress,
value: 'progress'
},
{
text: this.$strings.LabelLibrarySortByProgressStarted,
value: 'progress.createdAt'
},
{
text: this.$strings.LabelLibrarySortByProgressFinished,
value: 'progress.finishedAt'
},
{
text: this.$strings.LabelRandomly,