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 +}