mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 17:04:16 +02:00
feat: Support role filters for (album) artist role for Navidrome
- Adds an optional (Navidrome only, currently) field `roles` to type `AlbumArtist` - `roles` is populated using artist.stats (excludign maincredit) - `getAlbumList` supports a role filter; if specified, only filter artists with that role (ND only) - Album list on artist page can filter by role if specified (only one) - Album query is no longer suspend, as it can change multiple times
This commit is contained in:
@@ -143,6 +143,7 @@
|
||||
"resetToDefault": "Reset to default",
|
||||
"restartRequired": "Restart required",
|
||||
"right": "Right",
|
||||
"role": "Role",
|
||||
"sampleRate": "Sample rate",
|
||||
"save": "Save",
|
||||
"saveAndReplace": "Save and replace",
|
||||
|
||||
Reference in New Issue
Block a user