mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-09 20:29:36 +02:00
Update package name references
This commit is contained in:
@@ -23,7 +23,7 @@ export const getJellyfinStreamUrl = (
|
|||||||
`${auth.url}/audio` +
|
`${auth.url}/audio` +
|
||||||
`/${song.remoteId}/universal` +
|
`/${song.remoteId}/universal` +
|
||||||
`?userId=${auth.userId}` +
|
`?userId=${auth.userId}` +
|
||||||
`&deviceId=sonixd_${deviceId}` +
|
`&deviceId=Feishin_${deviceId}` +
|
||||||
`&audioCodec=aac` +
|
`&audioCodec=aac` +
|
||||||
`&api_key=${auth.token}` +
|
`&api_key=${auth.token}` +
|
||||||
`&playSessionId=${deviceId}` +
|
`&playSessionId=${deviceId}` +
|
||||||
|
|||||||
@@ -10,6 +10,6 @@ export const getSubsonicStreamUrl = (
|
|||||||
`?id=${song.remoteId}` +
|
`?id=${song.remoteId}` +
|
||||||
`&${auth.token}` +
|
`&${auth.token}` +
|
||||||
`&v=1.13.0` +
|
`&v=1.13.0` +
|
||||||
`&c=sonixd_${deviceId}`
|
`&c=Feishin_${deviceId}`
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user