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