aboutsummaryrefslogtreecommitdiff
path: root/model/RoomTab.php
diff options
context:
space:
mode:
authorMaZderMind2016-12-08 22:38:46 +0100
committerMaZderMind2016-12-08 22:38:46 +0100
commit521f0e2e1c94538fdce65a021144180f368364d9 (patch)
treece695aba495f2e51c4420349f9496138857ab9e0 /model/RoomTab.php
parent6190c814026b007bb8ba0276c89414517ee3436e (diff)
add dash tab (with dummy content)
Diffstat (limited to 'model/RoomTab.php')
-rw-r--r--model/RoomTab.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/model/RoomTab.php b/model/RoomTab.php
index 16a8359..dfe6e84 100644
--- a/model/RoomTab.php
+++ b/model/RoomTab.php
@@ -35,6 +35,9 @@ class RoomTab
case 'music':
return 'Radio';
+ case 'dash':
+ return 'DASH (beta)';
+
default:
return ucfirst($tab);
}