Skip to content

Commit

Permalink
Oops i broke something :-(
Browse files Browse the repository at this point in the history
  • Loading branch information
sussy-code committed May 7, 2024
1 parent 8ba5645 commit 5238257
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions src/components/player/atoms/NextEpisodeButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,6 @@ export function NextEpisodeButton(props: {
if (!meta?.episode || !nextEp) return null;
if (metaType !== "show") return null;

// Use rounded numbers for auto-next!
console.log(`Episode duration: ${Math.round(time)}:${Math.round(duration)}`);

return (
<Transition
animation={animation}
Expand Down
2 changes: 1 addition & 1 deletion vite.config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export default defineConfig(({ mode }) => {
manifest: {
name: "sudo-flix",
short_name: "sudo-flix",
description: "A mirror of movie-web",
description: "Watch your favorite shows and movies for free with no ads ever! (っ'ヮ'c)",
theme_color: "#120f1d",
background_color: "#120f1d",
display: "standalone",
Expand Down

0 comments on commit 5238257

Please sign in to comment.