+
{v[0]}
+ {v[1].map((v, i) => (
+
{
+ if (v.type === 'show') {
+ history.push(`${routeMatch.url}/${v.source}/${v.data.meta.title}/${v.slug}/season/${v.data.show.season}/episode/${v.data.show.episode}`)
+ } else {
+ history.push(`${routeMatch.url}/${v.source}/${v.data.meta.title}/${v.slug}`)
+ }
+
+ setShowingOptions(false)
+ getStream(v.data.meta.title, v.data.meta.slug, v.type, v.source, v.data.meta.year)
+ }} />
+ ))}
+
))}