Fix Typo in QualitySource Enum

(cherry picked from commit 1bcef1b4a5dda8a473bb9b3316ea8b09cc1ee022)
This commit is contained in:
Stevie Robinson 2023-08-18 14:43:49 +02:00 committed by Bogdan
parent 8afe4e8979
commit d8c1fe5486
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
export enum QualitySource {
Unknown = 'unkonwn',
Unknown = 'unknown',
Television = 'television',
TelevisionRaw = 'televisionRaw',
Web = 'web',