Media player update

And also some javascript bugs. player should work properly now.
This commit is contained in:
2024-03-03 23:15:25 +01:00
parent 716d17deca
commit d2c0354b35
10 changed files with 386 additions and 19 deletions
+3 -1
View File
@@ -12,7 +12,6 @@
<link rel="icon" type="image/png" sizes="32x32" href="{% static 'favicon-32x32.png' %}">
<link rel="icon" type="image/png" sizes="16x16" href="{% static 'favicon-16x16.png' %}">
<link rel="manifest" href="/site.webmanifest">
<script src="https://open.spotify.com/embed/iframe-api/v1" async></script>
<title>HD Muzak: {{ request.path }}</title>
<script>
//Global position object for cross-page window positioning
@@ -45,4 +44,7 @@
localStorage.removeItem("position")
}
}
//global spotify IFrameAPI cache
ifa = null;
</script>