CSS change, List of last played tracks

This commit is contained in:
santic-zombie
2020-04-25 23:13:24 +03:00
parent 25fc853d2a
commit 1c4c1b7a45
5 changed files with 70 additions and 9 deletions

View File

@@ -74,6 +74,14 @@
<input id="volume" type="range" class="slider muteEl" min="0" max="10" value="1" step="0.1" />
</div>
<br>
<div class=tcon>
Last played tracks
</div>
<div id="track_list" class=tlist>
</div>
<div id="jGrowl"></div>
</div>