diff options
Diffstat (limited to 'model')
-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: |