support secondary public server URL

This commit is contained in:
jeffvli
2025-12-30 21:05:38 -08:00
parent 7aeadb531f
commit 72d0fca28b
16 changed files with 244 additions and 68 deletions
+2
View File
@@ -124,6 +124,8 @@ export const useCurrentServer = () =>
musicFolderId: state.currentServer?.musicFolderId,
name: state.currentServer?.name,
preferInstantMix: state.currentServer?.preferInstantMix,
preferRemoteUrl: state.currentServer?.preferRemoteUrl,
remoteUrl: state.currentServer?.remoteUrl,
savePassword: state.currentServer?.savePassword,
type: state.currentServer?.type,
url: state.currentServer?.url,