From 44d20d0a1bb51f524c9bc05fb59447fa4eb76711 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Fri, 9 Jan 2026 11:24:09 +0100 Subject: [PATCH] watchlist: Add "Avatar: Fire and Ash", "Misson: Impossible - The Final Reckoning", & "Mr. Robot S01" Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/data/watchlist.json b/src/data/watchlist.json index d4a42ef..b6552ec 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -21,6 +21,39 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv": [ + { + "title": "Mr. Robot S01", + "type": "series", + "date": { + "year": "2026", + "month": "01", + "day": "05", + "string": "2026-01-05" + }, + "rating": 4 + }, + { + "title": "Misson: Impossible - The Final Reckoning", + "type": "movie", + "date": { + "year": "2026", + "month": "01", + "day": "03", + "string": "2026-01-03" + }, + "rating": 3 + }, + { + "title": "Avatar: Fire and Ash", + "type": "movie", + "date": { + "year": "2026", + "month": "01", + "day": "02", + "string": "2026-01-02" + }, + "rating": 4 + }, { "title": "My Hero Academia S08", "type": "anime",