From d737b6f3fd912e68a627ab578c1dd8679fb7bd13 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Wed, 5 Mar 2025 18:37:47 +0100 Subject: [PATCH 1/2] :clapper: Add "Buy Now! The Shopping Conspiracy" & "Bridget Jones: Mad About the Boy" Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/data/watchlist.json b/src/data/watchlist.json index eea9e58..e077fbd 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -29,6 +29,30 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv":[ + { + "title": "Bridget Jones: Mad About the Boy", + "type": "movie", + "date": + { + "year": "2025", + "month": "03", + "day": "02", + "string": "2025-03-02" + }, + "rating": 4 + }, + { + "title": "Buy Now! The Shopping Conspiracy", + "type": "movie", + "date": + { + "year": "2025", + "month": "03", + "day": "01", + "string": "2025-03-01" + }, + "rating": 3 + }, { "title": "Megalobox S02", "type": "anime", From 4b572f57f1b4312150e7b7a54432688fce2e9b91 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Wed, 5 Mar 2025 18:40:01 +0100 Subject: [PATCH 2/2] :clapper: Add "Biggest Heist Ever" Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/data/watchlist.json b/src/data/watchlist.json index e077fbd..c5a4a9d 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -29,6 +29,18 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv":[ + { + "title": "Biggest Heist Ever", + "type": "movie", + "date": + { + "year": "2025", + "month": "03", + "day": "04", + "string": "2025-03-04" + }, + "rating": 3 + }, { "title": "Bridget Jones: Mad About the Boy", "type": "movie",