mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-06-03 02:49:38 +00:00
Downloads restarted from home page now persist after restarting rather than disappearing
This commit is contained in:
9
src/api-types/models/RestartDownloadResponse.ts
Normal file
9
src/api-types/models/RestartDownloadResponse.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
import type { SuccessObject } from './SuccessObject';
|
||||
|
||||
export type RestartDownloadResponse = (SuccessObject & {
|
||||
new_download_uid?: string;
|
||||
});
|
||||
Reference in New Issue
Block a user