diff options
| author | zephex-alt <[email protected]> | 2024-04-30 18:59:14 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-30 18:59:14 +0000 |
| commit | 9fec718e0fc54b87e12812142e692b4f2eade07d (patch) | |
| tree | 6a1949d24afd381595289c5e86e469d58ab65027 /src/app/anime | |
| parent | small fixes (diff) | |
| download | dramalama-9fec718e0fc54b87e12812142e692b4f2eade07d.tar.xz dramalama-9fec718e0fc54b87e12812142e692b4f2eade07d.zip | |
video players for both anime and kdrama sites are consistent now
Diffstat (limited to 'src/app/anime')
| -rw-r--r-- | src/app/anime/[id]/buttons.jsx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/app/anime/[id]/buttons.jsx b/src/app/anime/[id]/buttons.jsx index 5c99027..4f0aca4 100644 --- a/src/app/anime/[id]/buttons.jsx +++ b/src/app/anime/[id]/buttons.jsx @@ -89,9 +89,6 @@ export default function Button({ data2: info }) { playsInline
id="videoPlayer"
volume={0.8}
- // onQualityChange={(event) =>
- // console.log("changed qualities", event)
- // }
>
<MediaProvider />
<PlyrLayout icons={plyrLayoutIcons} />
|