Remove error message when video is not loaded properly

This commit is contained in:
2022-09-12 22:01:50 +02:00
parent dd9bf71a5c
commit 6989587161
2 changed files with 5 additions and 49 deletions

View File

@@ -1,5 +1,5 @@
export enum Reliability {
HIGH = 1,
HIGH,
NORMAL,
LOW,
}