Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
Signed-off-by: anasty17 <[email protected]>
  • Loading branch information
anasty17 committed Jan 2, 2025
1 parent cef1ec4 commit aec25f0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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}",
Expand Down
2 changes: 1 addition & 1 deletion bot/modules/mirror_leech.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ async def new_event(self):
"-cv": "",
"-ns": "",
"-tl": "",
"-ff": "None",
"-ff": None,
}

arg_parser(input_list[1:], args)
Expand Down
2 changes: 1 addition & 1 deletion bot/modules/ytdlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ async def new_event(self):
"-cv": "",
"-ns": "",
"-tl": "",
"-ff": "None",
"-ff": None,
}

arg_parser(input_list[1:], args)
Expand Down

0 comments on commit aec25f0

Please sign in to comment.