Skip to content

Commit

Permalink
fix season selection bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DerouineauNicolas committed Mar 29, 2024
1 parent 703c831 commit 858c2b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Carousels/SeriesCarousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ const SeriesCarousel = ({ pager, videos, handleVideoSelect }) => {
await serie.getEpisodes(e.target.value);
setSeriesPager(serie);
setVideos(serie.videos);
setRefresh(true);
setReset(false);
};

Expand Down

0 comments on commit 858c2b7

Please sign in to comment.