diff options
Diffstat (limited to 'components/anime')
| -rw-r--r-- | components/anime/watch/primarySide.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/anime/watch/primarySide.js b/components/anime/watch/primarySide.js index 2e28563..c601795 100644 --- a/components/anime/watch/primarySide.js +++ b/components/anime/watch/primarySide.js @@ -136,6 +136,7 @@ export default function PrimarySide({ episodeData && ( <VideoPlayer session={session} + info={info} data={episodeData} provider={providerId} id={watchId} |