From a060be10c3df912ce207aed979a7ab1aa88e679f Mon Sep 17 00:00:00 2001 From: Aj - Thomas Date: Mon, 2 May 2022 15:08:31 +0200 Subject: [PATCH] Update Media display story default media --- components/calendar/MediaDisplay.story.tsx | 62 +++++++++++++++++++--- 1 file changed, 56 insertions(+), 6 deletions(-) diff --git a/components/calendar/MediaDisplay.story.tsx b/components/calendar/MediaDisplay.story.tsx index 59eb690bb..61380d550 100644 --- a/components/calendar/MediaDisplay.story.tsx +++ b/components/calendar/MediaDisplay.story.tsx @@ -4,12 +4,62 @@ export default { title: 'Media display component', args: { media: { - id: '1', - title: 'Media title', - description: 'Media description', - poster: 'https://fr.web.img5.acsta.net/pictures/22/04/08/10/30/1779137.jpg', - type: 'movie', - genres: ['Action', 'Adventure', 'Fantasy'], + title: 'Doctor Strange in the Multiverse of Madness', + originalTitle: 'Doctor Strange in the Multiverse of Madness', + originalLanguage: { + id: 1, + name: 'English', + }, + secondaryYearSourceId: 0, + sortTitle: 'doctor strange in multiverse madness', + sizeOnDisk: 0, + status: 'announced', + overview: + 'Doctor Strange, with the help of mystical allies both old and new, traverses the mind-bending and dangerous alternate realities of the Multiverse to confront a mysterious new adversary.', + inCinemas: '2022-05-04T00:00:00Z', + images: [ + { + coverType: 'poster', + url: 'https://image.tmdb.org/t/p/original/wRnbWt44nKjsFPrqSmwYki5vZtF.jpg', + }, + { + coverType: 'fanart', + url: 'https://image.tmdb.org/t/p/original/ndCSoasjIZAMMDIuMxuGnNWu4DU.jpg', + }, + ], + website: 'https://www.marvel.com/movies/doctor-strange-in-the-multiverse-of-madness', + year: 2022, + hasFile: false, + youTubeTrailerId: 'aWzlQ2N6qqg', + studio: 'Marvel Studios', + path: '/config/Doctor Strange in the Multiverse of Madness (2022)', + qualityProfileId: 1, + monitored: true, + minimumAvailability: 'announced', + isAvailable: true, + folderName: '/config/Doctor Strange in the Multiverse of Madness (2022)', + runtime: 126, + cleanTitle: 'doctorstrangeinmultiversemadness', + imdbId: 'tt9419884', + tmdbId: 453395, + titleSlug: '453395', + certification: 'PG-13', + genres: ['Fantasy', 'Action', 'Adventure'], + tags: [], + added: '2022-04-29T20:52:33Z', + ratings: { + tmdb: { + votes: 0, + value: 0, + type: 'user', + }, + }, + collection: { + name: 'Doctor Strange Collection', + tmdbId: 618529, + images: [], + }, + id: 1, }, }, };