From d6ed40ba6ac5cdd53d044fbe45788e525529bdfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Delattre?= Date: Tue, 2 Mar 2021 17:27:13 +0100 Subject: [PATCH] Fix the new show event poster --- frontend/js/actions/shows.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/js/actions/shows.js b/frontend/js/actions/shows.js index 888e700..1aaec10 100644 --- a/frontend/js/actions/shows.js +++ b/frontend/js/actions/shows.js @@ -127,7 +127,7 @@ export const newEpisodeEvent = (data) => { data.season, data.episode )} added to the library`, - imageUrl: `img/shows/${data.show_imdb_id}-poster.jpg`, + imageUrl: `img/shows/${data.show_imdb_id}/poster.jpg`, }) ); }; -- 2.47.1