Fix the new show event poster
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Grégoire Delattre 2021-03-02 17:27:13 +01:00
parent 11bc7a13bc
commit d6ed40ba6a

View File

@ -127,7 +127,7 @@ export const newEpisodeEvent = (data) => {
data.season, data.season,
data.episode data.episode
)} added to the library`, )} added to the library`,
imageUrl: `img/shows/${data.show_imdb_id}-poster.jpg`, imageUrl: `img/shows/${data.show_imdb_id}/poster.jpg`,
}) })
); );
}; };