v5.9
This commit is contained in:
@@ -109,6 +109,7 @@ export interface DownloadRequest {
|
||||
filename_format?: string;
|
||||
track_number?: boolean;
|
||||
position?: number;
|
||||
use_album_track_number?: boolean;
|
||||
}
|
||||
|
||||
export interface DownloadResponse {
|
||||
@@ -116,6 +117,7 @@ export interface DownloadResponse {
|
||||
message: string;
|
||||
file?: string;
|
||||
error?: string;
|
||||
already_exists?: boolean;
|
||||
}
|
||||
|
||||
export interface HealthResponse {
|
||||
|
||||
Reference in New Issue
Block a user