Makes it possible to enable debug mode
Some checks failed
KnarCraft/FFmpegConvert/pipeline/head There was a failure building this commit
Some checks failed
KnarCraft/FFmpegConvert/pipeline/head There was a failure building this commit
Debug mode is now enabled if the property `debug = true` is set in `conf/config.properties` Changes code for reading internal configurations Changes many primitive lists to List<> Adds some missing annotations Renames the main class
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
39
|
||||
3gp
|
||||
aa
|
||||
aac
|
||||
|
1
src/main/resources/conf/config.properties
Normal file
1
src/main/resources/conf/config.properties
Normal file
@@ -0,0 +1 @@
|
||||
debug=false
|
@@ -1,4 +1,3 @@
|
||||
5
|
||||
idx
|
||||
sub
|
||||
srt
|
||||
|
@@ -1,4 +1,3 @@
|
||||
31
|
||||
avi
|
||||
mpg
|
||||
mpeg
|
||||
|
Reference in New Issue
Block a user