mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-25 22:55:56 -05:00
17 lines
236 B
HTML
17 lines
236 B
HTML
@include hdr.html@
|
|
|
|
<div class="stx">
|
|
|
|
<table class="hovertable" width="400">
|
|
<thead><th>ID</th><th>Playlist Name</th><th>Type</th></thead>
|
|
<tbody id="playlists">
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="pl_data">
|
|
</div>
|
|
|
|
</div>
|
|
|
|
@include ftr.html@
|