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,
|
||||
"genre_id": tagIDFilter,
|
||||
"missing": booleanFilter,
|
||||
"artists_id": artistFilter,
|
||||
}
|
||||
// Add all album tags as filters
|
||||
for tag := range model.TagMappings() {
|
||||
|
||||
Reference in New Issue
Block a user