From a5b87bff6aa4ee6e2e36d83b925ee335dd63c746 Mon Sep 17 00:00:00 2001 From: dedeibel Date: Sat, 22 Dec 2018 18:35:35 +0100 Subject: Remove the "adaptive" from the main video link as it is "normal" now. Old ones are named legacy. --- model/Stream.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3