Merge pull request #8 from Pitasi/patch-1
fix typo in Video Game Genre template
This commit is contained in:
@@ -10,7 +10,7 @@ table without id
|
|||||||
year as Year,
|
year as Year,
|
||||||
rating as Rating
|
rating as Rating
|
||||||
where
|
where
|
||||||
contains(categoy, [[Games]]) and
|
contains(category, [[Games]]) and
|
||||||
!contains(file.name, "Template") and
|
!contains(file.name, "Template") and
|
||||||
contains(genre, this.file.link)
|
contains(genre, this.file.link)
|
||||||
sort rating desc
|
sort rating desc
|
||||||
|
|||||||
Reference in New Issue
Block a user