Add favorite property for items and associated filters.

This commit is contained in:
Rapha149 2026-03-16 19:46:45 +01:00
parent 6d3773a0b8
commit a5999fb9df
14 changed files with 308 additions and 11 deletions

View file

@ -158,6 +158,11 @@ export default {
text: this.$strings.LabelAll,
value: 'all'
},
{
text: this.$strings.LabelFavorite,
value: 'favorite',
sublist: false
},
{
text: this.$strings.LabelGenre,
textPlural: this.$strings.LabelGenres,
@ -266,6 +271,11 @@ export default {
text: this.$strings.LabelAll,
value: 'all'
},
{
text: this.$strings.LabelFavorite,
value: 'favorite',
sublist: false
},
{
text: this.$strings.LabelGenre,
textPlural: this.$strings.LabelGenres,