Added extra resolutions (#21)

newdev
Matthew Hilton 2023-06-24 00:31:24 +01:00 committed by GitHub
parent 4c910d2956
commit 014350918a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -28,5 +28,9 @@ message VideoResolution
_480p = 1;
_720p = 2;
_1080p = 3;
_1440p = 4;
_720p_p = 5;
_1080pp = 6;
_108s0p_p = 7;
}
}