Compare commits
2 Commits
4a5c0d41c9
...
396d776ea1
Author | SHA1 | Date |
---|---|---|
|
396d776ea1 | |
|
7c24016bac |
|
@ -385,7 +385,7 @@ public class Downloader extends QueueThing<TrackRequest, Track>
|
|||
cmd.add("-");
|
||||
} else
|
||||
{
|
||||
cmd.add("-o " + getDownloadDir(false).getAbsolutePath() + "/%(title)s.%(ext)s");
|
||||
cmd.add("-o" + getDownloadDir(request.isKeepTracks()).getAbsolutePath() + "/%(title)s.%(ext)s");
|
||||
}
|
||||
cmd.add(request.getUrl().toString());
|
||||
|
||||
|
|
Loading…
Reference in New Issue