Fix tag filtering threshhold

This commit is contained in:
Jobobby04 2020-05-27 13:45:25 -04:00
parent 2cce7d18eb
commit b66f97f0b4

View File

@ -143,7 +143,7 @@ object Entry {
}
class TagFilteringThreshold(value: Int) : ConfigItem {
override val key = "tf"
override val key = "ft"
override val value = "$value"
}