Fixed all audio methods due to latest VK changes

This commit is contained in:
2019-04-16 15:45:25 -05:00
parent 5f224a077c
commit 4f3bb6ac93
4 changed files with 20 additions and 5 deletions

View File

@@ -324,6 +324,7 @@ class Controller(object):
@ filename: the current path to where the file will be saved.
The dowwload progress will be displayed in the status bar on the window.
"""
url = utils.transform_audio_url(url)
log.debug("downloading %s URL to %s filename" % (url, filename,))
call_threaded(utils.download_file, url, filename, self.window)