mirror of
https://github.com/jeffvli/feishin.git
synced 2024-11-20 06:27:09 +01:00
Fix username on navidrome login check
This commit is contained in:
parent
68b1134da5
commit
b8ce0aac24
@ -64,7 +64,7 @@ const remoteServerLogin = async (options: {
|
||||
});
|
||||
|
||||
return {
|
||||
altToken: `u=${res.name}&s=${res.subsonicSalt}&t=${res.subsonicToken}`,
|
||||
altToken: `u=${res.username}&s=${res.subsonicSalt}&t=${res.subsonicToken}`,
|
||||
remoteUserId: res.id,
|
||||
token: res.token,
|
||||
type: ServerType.NAVIDROME,
|
||||
|
Loading…
Reference in New Issue
Block a user