Change how we handle resolution

It was an enum before, now we just use video height
This commit is contained in:
Chocobozzz
2017-10-09 11:06:13 +02:00
parent aa8b6df4a5
commit 14d3270f36
18 changed files with 266 additions and 230 deletions

View File

@@ -1,5 +1,4 @@
export enum VideoResolution {
ORIGINAL = 0,
H_240P = 240,
H_360P = 360,
H_480P = 480,