Skip to content
Snippets Groups Projects
Commit 29303813 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Removed useless name param

parent 48cce30f
Branches
No related tags found
No related merge requests found
...@@ -343,7 +343,6 @@ class TrackFile(models.Model): ...@@ -343,7 +343,6 @@ class TrackFile(models.Model):
tmp_dir = tempfile.mkdtemp() tmp_dir = tempfile.mkdtemp()
data = downloader.download( data = downloader.download(
self.source, self.source,
name=self.track.full_name,
target_directory=tmp_dir) target_directory=tmp_dir)
self.duration = data.get('duration', None) self.duration = data.get('duration', None)
self.audio_file.save( self.audio_file.save(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment