Media player update
And also some javascript bugs. player should work properly now.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user