[Blacklist] Fix filter_util.js 'favcout' typo (#780)

This commit is contained in:
jmortiger 2024-11-04 11:03:09 -05:00 committed by GitHub
parent ad567bfc9c
commit f5b492241e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,7 +98,7 @@ FilterUtils.normalizeData = (value, type) => {
case "width":
case "height":
case "score":
case "favcout":
case "favcount":
case "userid":
return parseInt(value);
case "rating":