From 6dd744a657c35d6e46061ba8abb3d5bed9107850 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Fri, 5 Apr 2024 21:55:09 +0200 Subject: [PATCH] :clapper: :star: add "Mad Max Beyond Thunderdome" & fix rating Signed-off-by: Sindre Kjelsrud --- src/data/watched.json | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/data/watched.json b/src/data/watched.json index 56a3f3f..f453cae 100644 --- a/src/data/watched.json +++ b/src/data/watched.json @@ -1,4 +1,16 @@ [ + { + "title": "Mad Max Beyond Thunderdome", + "type": "movie", + "date": + { + "year": "2024", + "month": "04", + "day": "05", + "string": "2024-04-05" + }, + "my_rating": 3 + }, { "title": "Mad Max 2", "type": "movie", @@ -45,7 +57,7 @@ "day": "02", "string": "2024-04-02" }, - "my_rating": 5 + "my_rating": 4 }, { "title": "The Hunger Games: The Ballad of Songbirds & Snakes",