aboutsummaryrefslogtreecommitdiff
path: root/model/Stream.php
diff options
context:
space:
mode:
authorMaZderMind2015-12-09 21:46:46 +0100
committerMaZderMind2015-12-09 21:46:46 +0100
commit50c5c14865b7cbc9b9dc4bd5df01b4d71f77d5ae (patch)
tree87fa89c01c90a023a4ae21ee2b64eafb82b689e4 /model/Stream.php
parent13bcfcd6f0b7c13bdbd60d928099b0d42d4ca6c6 (diff)
Rename 'Music' to 'Radio' on all public places
Diffstat (limited to 'model/Stream.php')
-rw-r--r--model/Stream.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/model/Stream.php b/model/Stream.php
index f9488a0..d2baa28 100644
--- a/model/Stream.php
+++ b/model/Stream.php
@@ -88,6 +88,10 @@ class Stream
$display .= 'SD Video';
break;
+ case 'music':
+ $display .= 'Radio';
+ break;
+
default:
$display .= ucfirst($this->getSelection());
break;