Added 480p to SD labels

This commit is contained in:
Antoine Cordelois 2018-05-03 11:42:09 +02:00 committed by GitHub
parent 5ca769807e
commit 30e6a40865
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

1
src/js/controls.js vendored
View File

@ -483,6 +483,7 @@ const controls = {
break; break;
case 576: case 576:
case 480:
label = 'SD'; label = 'SD';
break; break;