progress on subsonic api

This commit is contained in:
jeffvli
2025-07-21 00:08:58 -07:00
parent 96221c8fa7
commit 98e8bda45d
94 changed files with 3083 additions and 798 deletions
@@ -23,7 +23,7 @@ const GenreListRoute = () => {
query: {
...filter,
limit: 1,
startIndex: 0,
offset: 0,
},
serverId: server?.id,
});