<!DOCTYPE html>
<html lang="en">
  <head>
    <title>jellyfin.0x0a.de cache refresh</title>
    <script>
        (async () => {
            for (let key of await caches.keys()) {
                await caches.delete(key);
            }

            localStorage.setItem("jadefin-decache", "1");
            window.location = "/";
        })();
    </script>
  </head>
  <body>
    <p>This page should refresh automatically.<br><a href="/">If you're stuck, click here.</a></p>
  </body>
</html>