BT下载器修复路径空格问题
This commit is contained in:
parent
0da3b9f0d0
commit
e8cb0ef814
@ -128,7 +128,7 @@ public class BTDownloadManager implements ApplicationContextAware {
|
|||||||
|
|
||||||
public boolean download(String title, String url) {
|
public boolean download(String title, String url) {
|
||||||
try {
|
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
|
,DownloadHomePath
|
||||||
, title
|
, title
|
||||||
, url
|
, url
|
||||||
|
Loading…
Reference in New Issue
Block a user