mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-20 14:37:43 +01:00
Oops i broke something :-(
This commit is contained in:
parent
8ba5645193
commit
5238257999
2 changed files with 1 additions and 4 deletions
|
@ -199,9 +199,6 @@ export function NextEpisodeButton(props: {
|
||||||
if (!meta?.episode || !nextEp) return null;
|
if (!meta?.episode || !nextEp) return null;
|
||||||
if (metaType !== "show") return null;
|
if (metaType !== "show") return null;
|
||||||
|
|
||||||
// Use rounded numbers for auto-next!
|
|
||||||
console.log(`Episode duration: ${Math.round(time)}:${Math.round(duration)}`);
|
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Transition
|
<Transition
|
||||||
animation={animation}
|
animation={animation}
|
||||||
|
|
|
@ -69,7 +69,7 @@ export default defineConfig(({ mode }) => {
|
||||||
manifest: {
|
manifest: {
|
||||||
name: "sudo-flix",
|
name: "sudo-flix",
|
||||||
short_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",
|
theme_color: "#120f1d",
|
||||||
background_color: "#120f1d",
|
background_color: "#120f1d",
|
||||||
display: "standalone",
|
display: "standalone",
|
||||||
|
|
Loading…
Reference in a new issue