From 7735231c75b495946a4bced3054cbf9c62e3e25c Mon Sep 17 00:00:00 2001
From: MaZderMind
Date: Sun, 1 Apr 2018 15:16:02 +0200
Subject: show dash/hls stream as 'Adaptive', fixes #66

---
 model/Stream.php | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'model')

diff --git a/model/Stream.php b/model/Stream.php
index 1c63227..ef9e8d7 100644
--- a/model/Stream.php
+++ b/model/Stream.php
@@ -100,6 +100,10 @@ class Stream
 				$display .= 'Radio';
 				break;
 
+			case 'dash':
+				$display .= 'Adaptive';
+				break;
+
 			default:
 				$display .= ucfirst($this->getSelection());
 				break;
-- 
cgit v1.2.3