From 5ba9761028e9eb7c8fdc4c838b70449978f8754e Mon Sep 17 00:00:00 2001 From: Sindre Kjelsrud Date: Sat, 24 Feb 2024 22:42:34 +0100 Subject: [PATCH] :clapper: add "Aksel" & "Better Call Saul S06" 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 a86fd73..b4f76f8 100644 --- a/src/data/watched.json +++ b/src/data/watched.json @@ -1,4 +1,28 @@ [ + { + "title": "Better Call Saul S06", + "type": "series", + "date": + { + "year": "2024", + "month": "02", + "day": "24", + "string": "2024-02-24" + }, + "my_rating": 4 + }, + { + "title": "Aksel", + "type": "movie", + "date": + { + "year": "2024", + "month": "02", + "day": "24", + "string": "2024-02-24" + }, + "my_rating": 4 + }, { "title": "Better Call Saul S05", "type": "series",