From 60f7303ab0fe88c956eaccae0691e4be60961e0c Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sat, 6 Dec 2025 13:06:28 +0100 Subject: [PATCH 1/2] watchlist: Add "The Big Bang Theory S12" & "Step Up" Signed-off-by: SindreKjelsrud --- src/data/watchlist.json | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/src/data/watchlist.json b/src/data/watchlist.json index 60ba6a6..baa6baa 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -12,7 +12,7 @@ "type": "anime" }, { - "title": "The Big Bang Theory S12", + "title": "Mr. Robot S01", "type": "series" } ] @@ -21,6 +21,28 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv": [ + { + "title": "Step Up", + "type": "movie", + "date": { + "year": "2025", + "month": "12", + "day": "05", + "string": "2025-12-05" + }, + "rating": 4 + }, + { + "title": "The Big Bang Theory S12", + "type": "series", + "date": { + "year": "2025", + "month": "12", + "day": "04", + "string": "2025-12-04" + }, + "rating": 5 + }, { "title": "Avatar: The Last Airbender S03", "type": "series", From 90798476a9a76c580af37bb9f7a5cb545e2841a6 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sat, 6 Dec 2025 13:07:48 +0100 Subject: [PATCH 2/2] quotes: Add new quotes Signed-off-by: SindreKjelsrud --- src/data/quotes.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/data/quotes.json b/src/data/quotes.json index a7a78ee..b066f79 100644 --- a/src/data/quotes.json +++ b/src/data/quotes.json @@ -1,4 +1,12 @@ [ + { + "quote": "What we obtain too cheaply we esteem too lightly", + "author": "Thomas Pain" + }, + { + "quote": "Does one need to small flowers more quickly, more efficiently?", + "author": "MecklesFrog" + }, { "quote": "Be curious, not judgemental", "author": "Walt Whitman (Ted Lasso)"