diff options
Diffstat (limited to '')
-rw-r--r-- | model/RoomSelection.php | 3 |
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()); } |