torrents #23
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user