更新bt完成扫描后操作,执行搜刮由系统脚本处理
This commit is contained in:
parent
dd1fcb8145
commit
8e06346be0
@ -12,7 +12,7 @@ import org.springframework.context.annotation.Import;
|
||||
@Import(DmhyRssDownloadManager.class)
|
||||
@SpringBootApplication
|
||||
public class NasApplication {
|
||||
public static final String version = "1.2.17.6";
|
||||
public static final String version = "1.2.17.7";
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(NasApplication.class, args);
|
||||
|
@ -145,7 +145,7 @@ public class BTDownloadManager {
|
||||
}, false, true);
|
||||
}*/
|
||||
//AppTools.exec("/home/yutou/public/servier/tinyMediaManager/tinyMediaManager tvshow -u --scrapeUnscraped", null, false, true);
|
||||
AppTools.exec("/home/yutou/public/servier/tinyMediaManager/tinyMediaManager tvshow -u -w", null, false, true);
|
||||
// AppTools.exec("/home/yutou/public/servier/tinyMediaManager/tinyMediaManager tvshow -u -w --scrapeUnscraped", null, false, true);//由系统脚本处理
|
||||
}
|
||||
|
||||
public static String getTorrentFileHash(String magnet) {
|
||||
|
Loading…
Reference in New Issue
Block a user