Skip to content

Commit

Permalink
teste animefire
Browse files Browse the repository at this point in the history
  • Loading branch information
uesleibros committed Aug 31, 2024
1 parent fa9f8be commit 3d61eec
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions src/app/assistir/anime/[slug]/[episodio]/page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,7 @@ export default function AssistirEpisodio({params}) {
<main className="min-h-screen">
{(anime && episodios) && (
<>
{/*<Script
src="/lib/playerjs.js"
strategy="afterInteractive"
onReady={() => {
var player = new Playerjs({
id:"player", file:`/api/streaming/anroll/${slug}/${episodios.n_episodio}/media.m3u8`
});
}}
/>*/}

<Script
src="https://vjs.zencdn.net/7.10.2/video.min.js"
strategy="afterInteractive"
Expand Down

0 comments on commit 3d61eec

Please sign in to comment.