aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pixiv.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/pixiv.js b/pixiv.js
index a8a39a3..320412d 100644
--- a/pixiv.js
+++ b/pixiv.js
@@ -136,7 +136,7 @@ commands.addUserCommand(
if(null===value){
return false;
}
- fileName='/'+value;
+ fileName=value;
tmpPath=saveDirectory.clone();
tmpPath.append(fileName);
}