Merge pull request #5 from DasPoschi/codex/analysieren-und-beheben-von-fehlern-8ffk1k

Auto-refresh progress display
This commit is contained in:
2026-01-01 20:08:58 +01:00
committed by GitHub

View File

@@ -724,6 +724,12 @@ 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>