mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
support secondary public server URL
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
@@ -250,6 +250,8 @@ export type ServerListItem = {
|
||||
id: string;
|
||||
name: string;
|
||||
ndCredential?: string;
|
||||
preferRemoteUrl?: boolean;
|
||||
remoteUrl?: string;
|
||||
savePassword?: boolean;
|
||||
type: ServerType;
|
||||
url: string;
|
||||
|
||||
Reference in New Issue
Block a user