Minor fix

Signed-off-by: anasty17 <e.anastayyar@gmail.com>
This commit is contained in:
anasty17 2025-01-02 13:41:39 +02:00
parent cef1ec4918
commit aec25f0858
No known key found for this signature in database
GPG Key ID: EAAC8A2DF2861DE4
3 changed files with 3 additions and 3 deletions

View File

@ -219,7 +219,7 @@ async def add_jd_download(listener, path):
if online_packages:
if listener.join and len(online_packages) > 1:
listener.name = listener.folder_name
listener.name = "Joined Packages"
await jdownloader.device.linkgrabber.move_to_new_package(
listener.name,
f"{path}/{listener.name}",

View File

@ -106,7 +106,7 @@ class Mirror(TaskListener):
"-cv": "",
"-ns": "",
"-tl": "",
"-ff": "None",
"-ff": None,
}
arg_parser(input_list[1:], args)

View File

@ -310,7 +310,7 @@ class YtDlp(TaskListener):
"-cv": "",
"-ns": "",
"-tl": "",
"-ff": "None",
"-ff": None,
}
arg_parser(input_list[1:], args)