diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2024-11-09 02:56:08 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2024-11-09 02:56:08 +0200 |
commit | 37eb68304477c2e2469b6d48de1ca340e56669a3 (patch) | |
tree | 7f141e8ee45ecaf94d343ec69f399e21bd91c38f /client/index.html | |
parent | 042e22c487b6c9360b4234f0b7b3186971a58c8b (diff) | |
download | arching-kaos-radio-37eb68304477c2e2469b6d48de1ca340e56669a3.tar.gz arching-kaos-radio-37eb68304477c2e2469b6d48de1ca340e56669a3.tar.bz2 arching-kaos-radio-37eb68304477c2e2469b6d48de1ca340e56669a3.zip |
Updates
- Image creation based on show's hash
- Some style improvements
- Previous list now shows the artist and title information instead of JSON
- Script for appending an already existing playlist with a show
Diffstat (limited to 'client/index.html')
-rw-r--r-- | client/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/index.html b/client/index.html index f203c6a..e85a411 100644 --- a/client/index.html +++ b/client/index.html @@ -106,7 +106,8 @@ </div> <div> <h2>Current "show" info</h2> - <div class="groups"> + <div class="div-groups-row"> + <img class="generated"/> <table> <tr> <th>Artist</th> |