Add support for changing the batchfile on the command line

This commit is contained in:
Godzil
2018-06-05 19:52:34 +01:00
parent 4cbfd691c3
commit 4ee814864c
4 changed files with 243 additions and 293 deletions

View File

@@ -18,4 +18,5 @@ interface IConfig {
video_format?: string;
video_quality?: string;
rebuildcrp?: boolean;
batch?: string;
}