Fixing issue with youtube-dl and ffmpeg

This commit is contained in:
MichaelOultram 2015-08-12 22:52:41 +01:00
parent e45a3e1a9b
commit 4e9e303cb8

View file

@ -49,7 +49,7 @@ func (dl *YouTubeDLSong) Download() error {
} else {
Verbose("youtube-dl: " + err.Error())
for s := range cmd.Args {
Verbose("youtube-dl args: " + s)
Verbose("youtube-dl args: " + cmd.Args[s])
}
return errors.New("Song download failed.")
}