From 9c87c254c67fe1522d7097192d1ed13e9b07dbc7 Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Sat, 3 Feb 2024 23:05:56 +0100 Subject: [PATCH] :clapper: add "Better Call Saul S03" & "Sensus" 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 1c9bf83..019aaf5 100644 --- a/src/data/watched.json +++ b/src/data/watched.json @@ -1,4 +1,28 @@ [ + { + "title": "Sensus", + "type": "movie", + "date": + { + "year": "2024", + "month": "02", + "day": "02", + "string": "2024-02-02" + }, + "my_rating": 5 + }, + { + "title": "Better Call Saul S03", + "type": "series", + "date": + { + "year": "2024", + "month": "02", + "day": "02", + "string": "2024-02-02" + }, + "my_rating": 4 + }, { "title": "5 Centimeters per Second", "type": "anime",