summaryrefslogtreecommitdiffstats
path: root/scripts/metadata_filter.lua
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2022-06-15 11:45:31 +0200
committerVolpeon <git@volpeon.ink>2022-06-15 11:45:31 +0200
commitcec2368214f7184ee0f583ce4f5201c3ecaa3fc9 (patch)
tree9ca07a24baeab0c1e8046aef16e4a6f9a2a326b7 /scripts/metadata_filter.lua
parentUpdate (diff)
downloadvolpeon.ink-cec2368214f7184ee0f583ce4f5201c3ecaa3fc9.tar.gz
volpeon.ink-cec2368214f7184ee0f583ce4f5201c3ecaa3fc9.tar.bz2
volpeon.ink-cec2368214f7184ee0f583ce4f5201c3ecaa3fc9.zip
Update
Diffstat (limited to 'scripts/metadata_filter.lua')
-rw-r--r--scripts/metadata_filter.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/metadata_filter.lua b/scripts/metadata_filter.lua
index 03c4a68..07f060c 100644
--- a/scripts/metadata_filter.lua
+++ b/scripts/metadata_filter.lua
@@ -229,7 +229,6 @@ function cat_to_list_cat(cat, allItems)
229 items = items, 229 items = items,
230 total = tostring(#allItems), 230 total = tostring(#allItems),
231 omitted = omitted ~= 0 and tostring(omitted), 231 omitted = omitted ~= 0 and tostring(omitted),
232 button = cat.list_button,
233 } 232 }
234end 233end
235 234