diff options
author | dedeibel | 2018-12-22 18:35:35 +0100 |
---|---|---|
committer | dedeibel | 2018-12-22 18:35:35 +0100 |
commit | a5b87bff6aa4ee6e2e36d83b925ee335dd63c746 (patch) | |
tree | 1adbd818f132e0944259f8dd943331321e25a6c3 /model | |
parent | bd91bb2f8bbac355ef01392715c7afe4e3ea2538 (diff) |
Remove the "adaptive" from the main video link as it is "normal" now. Old ones are named legacy.
Diffstat (limited to '')
-rw-r--r-- | model/Stream.php | 2 |
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: |