Update movie example (still need seed image update)

This commit is contained in:
Zoe Roux 2024-11-15 23:46:08 +01:00
parent 7ca441aaae
commit 887431a335
No known key found for this signature in database

View File

@ -1,23 +1,15 @@
import type { Movie } from "../movie";
import type { Video } from "../video";
import type { SeedMovie } from "../movie";
type CompleteMovie = Movie & { videos: Video[] };
export const bubble: CompleteMovie = {
id: "008f0b42-61b8-4155-857a-cbe5f40dd35d",
export const bubble: SeedMovie = {
slug: "bubble",
translations: {
en: {
name: "Bubble",
tagline: "Is she a calamity or a blessing?",
description:
"In an abandoned Tokyo overrun by bubbles and gravitational abnormalities, one gifted young man has a fateful meeting with a mysterious girl.",
aliases: ["Baburu", "バブル2022", "Bubble"],
tags: ["adolescence", "disaster", "battle", "gravity", "anime"],
genres: ["animation", "adventure", "science-fiction", "fantasy"],
rating: 74,
status: "finished",
runtime: 101,
airDate: "2022-02-14",
originalLanguage: "ja",
poster: {
id: "befdc7dd-2a67-0704-92af-90d49eee0315",
source:
@ -38,6 +30,14 @@ export const bubble: CompleteMovie = {
blurhash: "LMDc5#MwE0,sTKE0R*S~4mxunhb_",
},
trailerUrl: "https://www.youtube.com/watch?v=vs7zsyIZkMM",
},
},
genres: ["animation", "adventure", "science-fiction", "fantasy"],
rating: 74,
status: "finished",
runtime: 101,
airDate: "2022-02-14",
originalLanguage: "ja",
createdAt: "2023-11-29T11:42:06.030838Z",
nextRefresh: "2025-01-07T22:40:59.960952Z",
externalId: {