mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-03 04:27:37 +03:00
* only do subsonic instead * make sure to actually populate response first * navidrome artist filtering * address discord feedback * perPage min 36 * various artist artist_id -> albumartist_id * artist_id, role_id separate * remove all ui changes I guess * Revert role filters Signed-off-by: Deluan <deluan@navidrome.org> --------- Signed-off-by: Deluan <deluan@navidrome.org> Co-authored-by: Deluan <deluan@navidrome.org>
25 lines
545 B
JSON
25 lines
545 B
JSON
{
|
|
"status": "ok",
|
|
"version": "1.8.0",
|
|
"type": "navidrome",
|
|
"serverVersion": "v0.0.0",
|
|
"openSubsonic": true,
|
|
"indexes": {
|
|
"index": [
|
|
{
|
|
"name": "A",
|
|
"artist": [
|
|
{
|
|
"id": "111",
|
|
"name": "aaa",
|
|
"starred": "2016-03-02T20:30:00Z",
|
|
"userRating": 3,
|
|
"artistImageUrl": "https://lastfm.freetls.fastly.net/i/u/300x300/2a96cbd8b46e442fc41c2b86b821562f.png"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"lastModified": 1,
|
|
"ignoredArticles": "A"
|
|
}
|
|
}
|