fix typo in Video Game Genre template
"Category" was misspelled causing the dataview to not render anything.
This commit is contained in:
@@ -10,8 +10,8 @@ table without id
|
||||
year as Year,
|
||||
rating as Rating
|
||||
where
|
||||
contains(categoy, [[Games]]) and
|
||||
contains(category, [[Games]]) and
|
||||
!contains(file.name, "Template") and
|
||||
contains(genre, this.file.link)
|
||||
sort rating desc
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user