torrents #23

Merged
PouuleT merged 1 commits from torrents into master 2020-04-10 15:13:18 +00:00

View File

@ -19,10 +19,8 @@ export const EpisodeTorrentsButton = ({ season, episode }) => {
? state.show.show.seasons.get(season).get(episode).fetching
: false
);
const torrents = useSelector((state) =>
state.show.show.seasons.get(season).get(episode).torrents
? state.show.show.seasons.get(season).get(episode).torrents
: []
const torrents = useSelector(
(state) => state.show.show.seasons.get(season).get(episode).torrents
);
const url = useSelector(