aboutsummaryrefslogtreecommitdiff
path: root/model/RoomSelection.php
diff options
context:
space:
mode:
authorMaZderMind2015-12-09 21:46:46 +0100
committerMaZderMind2015-12-09 21:46:46 +0100
commit50c5c14865b7cbc9b9dc4bd5df01b4d71f77d5ae (patch)
tree87fa89c01c90a023a4ae21ee2b64eafb82b689e4 /model/RoomSelection.php
parent13bcfcd6f0b7c13bdbd60d928099b0d42d4ca6c6 (diff)
Rename 'Music' to 'Radio' on all public places
Diffstat (limited to '')
-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());
}