chore: statically rendered now playing for loading text
This commit is contained in:
parent
239fe01277
commit
a9cc783dae
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<script type="module" src="/assets/scripts/components/api-text.js?v={% appVersion %}" crossorigin="anonymous"></script>
|
||||
<api-text api-url="/api/now-playing">
|
||||
<p class="loading client-side">🎧 Loading...</p>
|
||||
<p class="loading client-side">{{ nowPlaying }}</p>
|
||||
<p class="content"></p>
|
||||
<noscript>
|
||||
<p>{{ nowPlaying }}</p>
|
||||
|
|
Reference in a new issue