Replaces the converter argument value SINGLE_VALUE with string as it makes more sense

This commit is contained in:
Kristian Knarvik 2021-01-21 02:10:40 +01:00
parent 1fe99a0fa4
commit 6cab649b1c

View File

@ -3,6 +3,6 @@ package net.knarcraft.ffmpegconverter.parser;
public enum ConverterArgumentValue {
BOOLEAN,
COMMA_SEPARATED_LIST,
SINGLE_VALUE,
STRING,
INT
}