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
@@ -10,6 +10,6 @@ export const getSubsonicStreamUrl = (
`?id=${song.remoteId}` +
`&${auth.token}` +
`&v=1.13.0` +
`&c=sonixd_${deviceId}`
`&c=Feishin_${deviceId}`
);
};