Skip to content

Commit 710276f

Browse files
fix: mismatch between download.py and rip.py signatures
1 parent c4f56cf commit 710276f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/rip.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def __init__(self):
5252
self.download_manager = DownloadManager()
5353

5454
async def rip_song(self, url: Song, codec: str, flags: Flags = Flags(),
55-
parent_done: ParentDoneHandler = None, playlist: PlaylistInfo = None):
55+
parent_done: ParentDoneHandler = None, playlist: PlaylistInfo = None,
56+
timeout_sec: int = 0):
5657
if self.download_manager.get_task(url.id):
5758
if parent_done:
5859
# If task already exists, we must notify the parent that this "sub-task" is considered handled/skipped

0 commit comments

Comments
 (0)