Replaces the converter argument value SINGLE_VALUE with string as it makes more sense
This commit is contained in:
parent
1fe99a0fa4
commit
6cab649b1c
@ -3,6 +3,6 @@ package net.knarcraft.ffmpegconverter.parser;
|
|||||||
public enum ConverterArgumentValue {
|
public enum ConverterArgumentValue {
|
||||||
BOOLEAN,
|
BOOLEAN,
|
||||||
COMMA_SEPARATED_LIST,
|
COMMA_SEPARATED_LIST,
|
||||||
SINGLE_VALUE,
|
STRING,
|
||||||
INT
|
INT
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user