- Two missing commas and the whole thing blows up
This commit is contained in:
parent
d380d9b1a5
commit
717d99f3aa
|
@ -18,8 +18,8 @@ collections:
|
||||||
|
|
||||||
# Worst movies of all time, updated monthly
|
# Worst movies of all time, updated monthly
|
||||||
"💩 Just the Worst":
|
"💩 Just the Worst":
|
||||||
template: { name: Collection
|
template: { name: Collection,
|
||||||
sort_title: "Worst Movies Ever"
|
sort_title: "Worst Movies Ever",
|
||||||
level: "++" }
|
level: "++" }
|
||||||
summary: "The worst movies of all time."
|
summary: "The worst movies of all time."
|
||||||
trakt_list:
|
trakt_list:
|
||||||
|
|
Loading…
Reference in New Issue