add multi-artist support for comma separated artists

This commit is contained in:
2026-03-01 17:18:19 -08:00
parent d73ae51b95
commit 369aae818c
14 changed files with 281 additions and 40 deletions

View File

@@ -334,6 +334,7 @@
justify-content: center;
margin: 5px;
width: 30%;
white-space: pre-wrap;
}
tr:nth-child(even) {
background-color: #111;
@@ -341,6 +342,7 @@
a {
color: #AFA;
text-decoration: none;
white-space: pre-wrap;
}
a:hover {
color: #FFF;