aboutsummaryrefslogtreecommitdiff
path: root/model/RoomSelection.php
diff options
context:
space:
mode:
Diffstat (limited to 'model/RoomSelection.php')
-rw-r--r--model/RoomSelection.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/model/RoomSelection.php b/model/RoomSelection.php
index c163321..9f0b16d 100644
--- a/model/RoomSelection.php
+++ b/model/RoomSelection.php
@@ -40,6 +40,9 @@ class RoomSelection
case 'hd':
return strtoupper($this->getSelection());
+ case 'music':
+ return 'Radio';
+
default:
return ucfirst($this->getSelection());
}