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`, }) ); };