mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 20:40:15 +02:00
fix authentication query for Subsonic/ND
This commit is contained in:
@@ -1477,7 +1477,7 @@ export const SubsonicController: InternalControllerEndpoint = {
|
||||
|
||||
const res = await ssApiClient(apiClientProps).getUser({
|
||||
query: {
|
||||
username: query.id,
|
||||
username: query.username,
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user