aboutsummaryrefslogtreecommitdiff
path: root/server/src/routes/ui/node.rs
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/routes/ui/node.rs')
-rw-r--r--server/src/routes/ui/node.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/routes/ui/node.rs b/server/src/routes/ui/node.rs
index 121896e..2df78b4 100644
--- a/server/src/routes/ui/node.rs
+++ b/server/src/routes/ui/node.rs
@@ -277,7 +277,7 @@ markup::define! {
pub fn aspect_class(kind: NodeKind) -> &'static str {
match kind {
- NodeKind::Channel => "aspect-square",
+ NodeKind::Channel | NodeKind::Music => "aspect-square",
NodeKind::Video => "aspect-thumb",
NodeKind::Collection => "aspect-land",
_ => "aspect-port",