feat: now playing improvements
This commit is contained in:
parent
2f401d4954
commit
cb6dbab2bf
3 changed files with 28 additions and 26 deletions
|
@ -1,2 +1,5 @@
|
|||
<script type="module" src="/assets/scripts/components/now-playing.js"></script>
|
||||
<now-playing></now-playing>
|
||||
<now-playing api-url="/api/now-playing">
|
||||
<p class="loading text--blurred fade">🎧 Loading...</p>
|
||||
<p class="content fade" style="opacity:0"></p>
|
||||
</now-playing>
|
Reference in a new issue