mirror of
https://github.com/Tzahi12345/YoutubeDL-Material.git
synced 2026-03-16 17:50:57 +03:00
Use named arguments with download file
This commit is contained in:
@@ -11,10 +11,12 @@ export interface DownloadFileRequest {
|
||||
outputName?: string;
|
||||
fullPathProvided?: boolean;
|
||||
uuid?: string;
|
||||
uid?: string;
|
||||
id?: string;
|
||||
/**
|
||||
* Only used for subscriptions
|
||||
*/
|
||||
subscriptionName?: boolean;
|
||||
subscriptionName?: string;
|
||||
/**
|
||||
* Only used for subscriptions
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user