From 5f1f66a10373d8f5094501b97352e26c681817e1 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Thu, 7 Aug 2025 11:09:31 +0200 Subject: [PATCH] chore(watchlist): Add "F1 The Movie" Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/data/watchlist.json b/src/data/watchlist.json index 0d8b4aa..278934b 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -25,6 +25,17 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv": [ + { + "title": "F1 The Movie", + "type": "movie", + "date": { + "year": "2025", + "month": "08", + "day": "05", + "string": "2025-08-05" + }, + "rating": 5 + }, { "title": "Bones S11", "type": "series",