diff options
author | Volpeon <git@volpeon.ink> | 2022-06-15 11:45:31 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-06-15 11:45:31 +0200 |
commit | cec2368214f7184ee0f583ce4f5201c3ecaa3fc9 (patch) | |
tree | 9ca07a24baeab0c1e8046aef16e4a6f9a2a326b7 /scripts | |
parent | Update (diff) | |
download | volpeon.ink-cec2368214f7184ee0f583ce4f5201c3ecaa3fc9.tar.gz volpeon.ink-cec2368214f7184ee0f583ce4f5201c3ecaa3fc9.tar.bz2 volpeon.ink-cec2368214f7184ee0f583ce4f5201c3ecaa3fc9.zip |
Update
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/metadata_filter.lua | 1 |
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 | } |
234 | end | 233 | end |
235 | 234 | ||