fix typo in Video Game Genre template

"Category" was misspelled causing the dataview to not render anything.
This commit is contained in:
Antonio Pitasi
2024-12-27 18:57:56 +01:00
committed by GitHub
parent 98585d4b75
commit 0cd956c7e8

View File

@@ -10,8 +10,8 @@ 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
``` ```