From 79beda461dfe189526b60d79912fd0a1ab554c23 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sun, 11 May 2025 10:42:19 +0200 Subject: [PATCH] :clapper: Add "Star Wars Rebels S04" Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/src/data/watchlist.json b/src/data/watchlist.json index e3b2aaa..513e89a 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -18,10 +18,6 @@ { "title": "The Big Bang Theory S05", "type": "series" - }, - { - "title": "Star Wars Rebels S04", - "type": "series" } ] }, @@ -29,6 +25,17 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv": [ + { + "title": "Star Wars Rebels S04", + "type": "series", + "date": { + "year": "2025", + "month": "05", + "day": "11", + "string": "2025-05-11" + }, + "rating": 5 + }, { "title": "Allegiant", "type": "movie", @@ -2312,4 +2319,4 @@ ] } ] -} \ No newline at end of file +}