aboutsummaryrefslogtreecommitdiff
path: root/model
diff options
context:
space:
mode:
authordedeibel2018-12-22 18:35:35 +0100
committerdedeibel2018-12-22 18:35:35 +0100
commita5b87bff6aa4ee6e2e36d83b925ee335dd63c746 (patch)
tree1adbd818f132e0944259f8dd943331321e25a6c3 /model
parentbd91bb2f8bbac355ef01392715c7afe4e3ea2538 (diff)
Remove the "adaptive" from the main video link as it is "normal" now. Old ones are named legacy.
Diffstat (limited to 'model')
-rw-r--r--model/Stream.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/model/Stream.php b/model/Stream.php
index ef9e8d7..d6ce5ef 100644
--- a/model/Stream.php
+++ b/model/Stream.php
@@ -101,7 +101,7 @@ class Stream
break;
case 'dash':
- $display .= 'Adaptive';
+ # no special attribution, this is the "normal" stream
break;
default: