feat(server): add artist/albumartist filter to media file (#4001)
* add artist/albumartist filter to media file * artist -> artists_id
This commit is contained in:
@@ -92,6 +92,7 @@ var mediaFileFilter = sync.OnceValue(func() map[string]filterFunc {
|
|||||||
"starred": booleanFilter,
|
"starred": booleanFilter,
|
||||||
"genre_id": tagIDFilter,
|
"genre_id": tagIDFilter,
|
||||||
"missing": booleanFilter,
|
"missing": booleanFilter,
|
||||||
|
"artists_id": artistFilter,
|
||||||
}
|
}
|
||||||
// Add all album tags as filters
|
// Add all album tags as filters
|
||||||
for tag := range model.TagMappings() {
|
for tag := range model.TagMappings() {
|
||||||
|
|||||||
Reference in New Issue
Block a user