Skip to content
This repository has been archived by the owner on Aug 4, 2023. It is now read-only.

Commit

Permalink
Merge pull request #100 from ShivaBhattacharjee/dubfix
Browse files Browse the repository at this point in the history
Dubfix
  • Loading branch information
ShivaBhattacharjee authored Jul 10, 2023
2 parents 4db00c5 + 24d36b6 commit 0e15927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Pages/Stream.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default function Stream(props) {
const dubVideo = await axios.get(
`${StreamApi}/api/v2/episode/${animeId}?dub=true`
);
setVideoDub(dubVideo?.data);
setVideoDub(dubVideo?.data?.episode);
} catch (err) {
showErrorToast("Error loading streaming data");
}
Expand Down

1 comment on commit 0e15927

@vercel
Copy link

@vercel vercel bot commented on 0e15927 Jul 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.