Compare commits
1 Commits
codex/anal
...
codex/anal
| Author | SHA1 | Date | |
|---|---|---|---|
| b42fda4852 |
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user