BT下载器修复路径空格问题

This commit is contained in:
Yutousama 2022-04-03 11:34:46 +08:00
parent 0da3b9f0d0
commit e8cb0ef814

View File

@ -128,7 +128,7 @@ public class BTDownloadManager implements ApplicationContextAware {
public boolean download(String title, String url) {
try {
String exec = String.format("transmission-remote -n yutou:34864394 -w %sanim/%s -a \"%s\" "
String exec = String.format("transmission-remote -n yutou:34864394 -w \"%sanim/%s\" -a \"%s\" "
,DownloadHomePath
, title
, url