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