Fix tag filtering threshhold
This commit is contained in:
parent
2cce7d18eb
commit
b66f97f0b4
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@ object Entry {
|
|||
}
|
||||
|
||||
class TagFilteringThreshold(value: Int) : ConfigItem {
|
||||
override val key = "tf"
|
||||
override val key = "ft"
|
||||
override val value = "$value"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue