Oops i broke something :-(

This commit is contained in:
sussy-code 2024-05-07 18:22:25 +00:00
parent 8ba5645193
commit 5238257999
2 changed files with 1 additions and 4 deletions

View File

@ -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}

View File

@ -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",