Merge pull request #939 from Billybobbonnet/patch-1

Added 480p to SD labels
This commit is contained in:
Sam Potts 2018-05-03 20:28:03 +10:00 committed by GitHub
commit b46aae1833
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;
case 576:
case 480:
label = 'SD';
break;