Update package name references

This commit is contained in:
jeffvli
2022-10-26 16:13:32 -07:00
parent 1622c12dfa
commit 6763f4439d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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}` +
+1 -1
View File
@@ -10,6 +10,6 @@ export const getSubsonicStreamUrl = (
`?id=${song.remoteId}` +
`&${auth.token}` +
`&v=1.13.0` +
`&c=sonixd_${deviceId}`
`&c=Feishin_${deviceId}`
);
};