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