mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-06-03 02:49:38 +00:00
Added task settings
Added support for task errors Added support for lt, gt etc. db comparisons Added task to delete old files
This commit is contained in:
@@ -12,4 +12,5 @@ export type Task = {
|
||||
data: any;
|
||||
error: string;
|
||||
schedule: any;
|
||||
options?: any;
|
||||
};
|
||||
8
src/api-types/models/UpdateTaskOptionsRequest.ts
Normal file
8
src/api-types/models/UpdateTaskOptionsRequest.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/* istanbul ignore file */
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
|
||||
export type UpdateTaskOptionsRequest = {
|
||||
task_key: string;
|
||||
new_options: any;
|
||||
};
|
||||
Reference in New Issue
Block a user