fix mistype

This commit is contained in:
Ivan Blinkov 2020-05-19 18:09:49 +03:00 committed by GitHub
parent ef6f386ee6
commit a120fcb825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@
"@type": "Episode",
"name": "{{ title }}",
"aggregateRating": {
"@type": "AggregateRating"
"@type": "AggregateRating",
"ratingValue": RATING_VALUE,
"ratingCount": RATING_COUNT
}