Compare commits

..

No commits in common. '396d776ea16832b7d4d4ee822565013ccd7e538a' and '4a5c0d41c92e0812aa6b0c609e2bd5324cd9f44c' have entirely different histories.

  1. 2
      src/main/java/moe/nekojimi/chords/Downloader.java

@ -385,7 +385,7 @@ public class Downloader extends QueueThing<TrackRequest, Track>
cmd.add("-");
} else
{
cmd.add("-o" + getDownloadDir(request.isKeepTracks()).getAbsolutePath() + "/%(title)s.%(ext)s");
cmd.add("-o " + getDownloadDir(false).getAbsolutePath() + "/%(title)s.%(ext)s");
}
cmd.add(request.getUrl().toString());

Loading…
Cancel
Save