From fd962da973458694aa002818c74a78d78ca5f993 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Sun, 31 Mar 2024 19:35:38 +0200 Subject: [PATCH] :clapper: add "Wonka" & "The Hunger Games: The Ballad of Songbirds & Snakes" Signed-off-by: Sindre Kjelsrud --- src/data/watched.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/data/watched.json b/src/data/watched.json index b15d94c..f15c1fb 100644 --- a/src/data/watched.json +++ b/src/data/watched.json @@ -1,4 +1,28 @@ [ + { + "title": "The Hunger Games: The Ballad of Songbirds & Snakes", + "type": "movie", + "date": + { + "year": "2024", + "month": "03", + "day": "25", + "string": "2024-03-25" + }, + "my_rating": 4 + }, + { + "title": "Wonka", + "type": "movie", + "date": + { + "year": "2024", + "month": "03", + "day": "23", + "string": "2024-03-23" + }, + "my_rating": 4 + }, { "title": "Bitconned", "type": "movie",