summaryrefslogtreecommitdiff
path: root/web/playlists.html
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2026-01-31 00:59:50 +0100
committerCarl Hetherington <cth@carlh.net>2026-02-16 01:20:39 +0100
commit0e057a0fc38586ea55746173ca11446eef6d5865 (patch)
tree93cb177c37436ae5dbab075c05ee9fa7da939006 /web/playlists.html
parent651722fb46269ff06e5ff41227fd874ed5fd9854 (diff)
Support playlist load from the web interface.
Diffstat (limited to 'web/playlists.html')
-rw-r--r--web/playlists.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/web/playlists.html b/web/playlists.html
index 3d2e37f41..723b2ec6c 100644
--- a/web/playlists.html
+++ b/web/playlists.html
@@ -306,6 +306,8 @@ ul#content {
SIDEBAR
+<div style="margin-left: 15%;">
+
<div style="width: 45%; display: inline-block; margin-right: 3em;">
<p>Playlists: <button onclick="newPlaylist();">Add</button> <button id="remove-playlist" onclick="removeSelectedPlaylist();">Remove</button>
<ul id="playlists">
@@ -324,6 +326,8 @@ SIDEBAR
</ul>
</div>
+</div>
+
</body>
</html>