Compare commits

..

1 Commits

Author SHA1 Message Date
0d4f030f2c Add download cancel and progress display 2026-01-01 20:01:46 +01:00

View File

@@ -724,12 +724,6 @@ def render_page(error: str = "") -> str:
<link rel="stylesheet" href="/static/style.css"> <link rel="stylesheet" href="/static/style.css">
<meta charset="utf-8"> <meta charset="utf-8">
<title>JD → Jellyfin</title> <title>JD → Jellyfin</title>
<script>
setInterval(() => {{
if (document.hidden) return;
window.location.reload();
}}, 5000);
</script>
</head> </head>
<body> <body>
<h1>JD → Jellyfin</h1> <h1>JD → Jellyfin</h1>