mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b8ce0aac24 |
@@ -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