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
+3
View File
@@ -91,6 +91,8 @@ export type ServerListItem = {
musicFolderId?: string[];
name: string;
preferInstantMix?: boolean;
preferRemoteUrl?: boolean;
remoteUrl?: string;
savePassword?: boolean;
type: ServerType;
url: string;
@@ -1418,6 +1420,7 @@ export type GetQueueResponse = {
};
export type ImageArgs = BaseEndpointArgs & {
baseUrl?: string;
query: ImageQuery;
};
+2
View File
@@ -250,6 +250,8 @@ export type ServerListItem = {
id: string;
name: string;
ndCredential?: string;
preferRemoteUrl?: boolean;
remoteUrl?: string;
savePassword?: boolean;
type: ServerType;
url: string;