fix constant placeholder missing

This commit is contained in:
Azlux 2020-02-24 19:19:29 +01:00
parent 97f2326d9b
commit 5fa57f48df

View File

@ -423,7 +423,7 @@ class MumbleBot:
'preferredquality': '192'},
{'key': 'FFmpegMetadata'}]
}
self.send_msg(constants.strings('download_in_progress', music['title']))
self.send_msg(constants.strings('download_in_progress', item=music['title']))
with youtube_dl.YoutubeDL(ydl_opts) as ydl:
for i in range(2): # Always try 2 times