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 ? state.show.show.seasons.get(season).get(episode).fetching
: false : false
); );
const torrents = useSelector((state) => const torrents = useSelector(
state.show.show.seasons.get(season).get(episode).torrents (state) => state.show.show.seasons.get(season).get(episode).torrents
? state.show.show.seasons.get(season).get(episode).torrents
: []
); );
const url = useSelector( const url = useSelector(