From aa26cebfb9e057c1606a5bb8f1e601651e8e7095 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sat, 10 May 2025 12:48:30 +0200 Subject: [PATCH 1/2] :clapper: Add "Allegiant" 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 05821fa..1a928dd 100644 --- a/src/data/watchlist.json +++ b/src/data/watchlist.json @@ -29,6 +29,17 @@ "name": "Watched", "url": "https://kjelsrud.dev/logs/watchlist/", "tv":[ + { + "title": "Allegiant", + "type": "movie", + "date": { + "year": "2025", + "month": "05", + "day": "09", + "string": "2025-05-09" + }, + "rating": 2 + }, { "title": "Bones S09", "type": "series", From 2a80f81257611dc0e239b4183be15a3a20369da0 Mon Sep 17 00:00:00 2001 From: SindreKjelsrud Date: Sat, 10 May 2025 12:51:50 +0200 Subject: [PATCH 2/2] :books: Add "Black Box Thinking" Signed-off-by: SindreKjelsrud --- src/data/bookshelf.json | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/src/data/bookshelf.json b/src/data/bookshelf.json index b24e684..14b88ac 100644 --- a/src/data/bookshelf.json +++ b/src/data/bookshelf.json @@ -6,12 +6,7 @@ { "name": "Currently reading", "url": "https://kjelsrud.dev/logs/bookshelf/", - "books":[ - { - "title": "Black Box Thinking", - "isbn": 9781473613805, - "author": "Matthew Syed" - } + "books":[ ] }, { @@ -40,6 +35,19 @@ "url": "https://kjelsrud.dev/logs/bookshelf/", "books":[ { + "title": "Black Box Thinking", + "isbn": 9781473613805, + "author": "Matthew Syed", + "date": + { + "year": "2025", + "month": "05", + "day": "09", + "string": "2025-05-09" + }, + "rating": 3 + }, + { "title": "Life, the Universe and Everything", "isbn": 9781529034547, "author": "Adams Douglas",