From a7223f5da73c3719d4d546757d85701c50d32692 Mon Sep 17 00:00:00 2001 From: sindrekjelsrud Date: Tue, 27 Jun 2023 23:37:26 +0200 Subject: [PATCH] chore(watched): add "Spider-Man: Across the Spider-Verse" --- data/movies.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/data/movies.json b/data/movies.json index 6d19131..d96b717 100644 --- a/data/movies.json +++ b/data/movies.json @@ -1,4 +1,16 @@ [ + { + "title": "Spider-Man: Across the Spider-Verse", + "type": "movie", + "date": + { + "year": "2023", + "month": "06", + "day": "27", + "string": "2023-06-27" + }, + "my_rating": 5 + }, { "title": "2001: A Space Odyssey", "type": "movie",