mirror of
https://github.com/neosubhamoy/neodlp.git
synced 2025-12-20 06:39:34 +05:30
feat: added square crop thumbnail config
This commit is contained in:
@@ -40,6 +40,7 @@ export interface DownloadState {
|
||||
output_format: string | null;
|
||||
embed_metadata: number;
|
||||
embed_thumbnail: number;
|
||||
square_crop_thumbnail: number;
|
||||
sponsorblock_remove: string | null;
|
||||
sponsorblock_mark: string | null;
|
||||
use_aria2: number;
|
||||
@@ -78,6 +79,7 @@ export interface Download {
|
||||
output_format: string | null;
|
||||
embed_metadata: number;
|
||||
embed_thumbnail: number;
|
||||
square_crop_thumbnail: number;
|
||||
sponsorblock_remove: string | null;
|
||||
sponsorblock_mark: string | null;
|
||||
use_aria2: number;
|
||||
|
||||
@@ -62,6 +62,7 @@ export interface DownloadConfiguration {
|
||||
output_format: string | null;
|
||||
embed_metadata: boolean | null;
|
||||
embed_thumbnail: boolean | null;
|
||||
square_crop_thumbnail: boolean | null;
|
||||
sponsorblock: string | null;
|
||||
custom_command: string | null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user