Skip to content

Commit a01a3cd

Browse files
committed
Properly bind authors filter to metadata
1 parent a294cab commit a01a3cd

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/resources/filters/authors/authors.lua

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ import("../common/authors.lua")
3131
initParams()
3232

3333
return {
34-
Meta = function(meta)
35-
return processAuthorMeta(meta)
36-
end
34+
{
35+
Meta = function(meta)
36+
return processAuthorMeta(meta)
37+
end
38+
}
3739
}
3840

0 commit comments

Comments
 (0)