diff options
| author | Factiven <[email protected]> | 2023-05-17 14:25:48 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-17 14:25:48 +0700 |
| commit | 9ca4f38db1ac191fe0ce9d455940e09170307d47 (patch) | |
| tree | 38075d519df814fe96c5a83f557f23b71e28e4b3 /components/videoPlayer.js | |
| parent | Update v3.5.7 (#12) (diff) | |
| download | moopa-9ca4f38db1ac191fe0ce9d455940e09170307d47.tar.xz moopa-9ca4f38db1ac191fe0ce9d455940e09170307d47.zip | |
update v3.5.8 (#13)
* Merge request (#11)
* Update v3.5.5
> Now Skip button will hide if player is not in focused state.
> Added some options to player.
> Manga images should be displayed now.
* Update videoPlayer.js
* Revamp hero section #1
* UI Improvement
> Updating main page
> Updated Genres selection using params method
> Added search bar v1.0 on main page ( [ctrl + space] to access search bar )
* update meta
* Update [...id].js
* Update [...id].js
> Back to ssr I guess
* update episode selector
* Update [...info].js
* Update UI
> Added On-Going section for AniList user
* Update content.js
* added dynamic og
* Update og.jsx
* Update og
* Update og.jsx
* update og and id fallback
> Added fallback for anime info if it's not found
* Update v3.5.7
* Update v3.5.8
> Added fallback for empty episodes
Diffstat (limited to 'components/videoPlayer.js')
| -rw-r--r-- | components/videoPlayer.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/videoPlayer.js b/components/videoPlayer.js index 8594645..b57799e 100644 --- a/components/videoPlayer.js +++ b/components/videoPlayer.js @@ -183,4 +183,4 @@ export default function VideoPlayer({ )} </> ); -}
\ No newline at end of file +} |