diff options
Diffstat (limited to 'youtube/templates/watch.html')
| -rw-r--r-- | youtube/templates/watch.html | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/youtube/templates/watch.html b/youtube/templates/watch.html index 079a01c..6b4f48f 100644 --- a/youtube/templates/watch.html +++ b/youtube/templates/watch.html @@ -75,14 +75,11 @@ <div class="external-player-controls"> <input class="speed" id="speed-control" type="text" title="Video speed"> {% if settings.use_video_player < 2 %} - <!-- Native player quality selector --> + <!-- Quality selector (populated by JS: HLS adds Auto+levels, DASH adds discrete sources) --> <select id="quality-select" autocomplete="off"> - <option value="-1" selected>Auto</option> - <!-- Quality options will be populated by HLS --> </select> {% else %} <select id="quality-select" autocomplete="off" style="display: none;"> - <!-- Quality options will be populated by HLS --> </select> {% endif %} {% if settings.use_video_player != 2 %} |
