Skip to content

Commit

Permalink
minor fix in ytdlp playlist download (delay before quality buttons)
Browse files Browse the repository at this point in the history
Signed-off-by: anasty17 <[email protected]>
  • Loading branch information
anasty17 committed Nov 6, 2023
1 parent 5fa7675 commit 5296f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bot/modules/ytdlp.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ async def newEvent(self):
value = eval(value)
options[key] = value

options["playlist_items"] = "0"
options["playlist_items"] = "0"

await self.getTag(text)

Expand Down

0 comments on commit 5296f42

Please sign in to comment.