mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-15 13:00:25 +02:00
support secondary public server URL
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user