small cleanup

This commit is contained in:
silvernode 2013-08-07 05:04:07 -05:00
parent a2ef26d215
commit b40beef785

View File

@ -181,7 +181,6 @@ function ffmpeg(tmpPath, dirD)
local subSpaces = string.gsub(dirD, " ", "\\ ")
local codec = "ffmpeg -i "..tmpPath.." -acodec "..gFormat.." -ac 2 -ab "..gBitrate.." -vn -y "..subSpaces
print(format) --debug purposes
local flag = convert_mp3.go(codec, tmpPath)
if not flag then return false end