~timharek/timharek.no

14e529c1b026716fdcc93bebac49f149b188c45b — Tim Hårek Andreassen a month ago 46da71d
chore(watched): Update

Signed-off-by: Tim Hårek Andreassen <tim@harek.no>
1 files changed, 21 insertions(+), 3 deletions(-)

M static/api/movies.json
M static/api/movies.json => static/api/movies.json +21 -3
@@ 5427,21 5427,39 @@
    ]
  },
  {
    "type": "movie",
    "title": "Deadpool & Wolverine",
    "date": "2024-08-01T00:00:00.000Z",
    "type": "movie",
    "release_year": 2024,
    "review": {
      "rating": 4,
      "comment": "Rewatched it with my SO."
    },
    "genres": [
      "Action",
      "Comedy",
      "Science Fiction"
    ],
    "directors": [
      "Shawn Levy"
    ]
  },
  {
    "type": "movie",
    "title": "Twisters",
    "date": "2024-08-10T00:00:00.000Z",
    "genres": [
      "Action",
      "Adventure",
      "Drama"
    ],
    "release_year": 2024,
    "review": {
      "rating": 4,
      "comment": "Rewatched it with my SO."
      "comment": "Suspensful movie! Enjoyed it very much, not sure how realistic it was, but nonetheless."
    },
    "directors": [
      "Shawn Levy"
      "Lee Isaac Chung"
    ]
  }
]
\ No newline at end of file