Fix the new show event poster #42
@ -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`,
|
||||
})
|
||||
);
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user