mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-03 05:35:29 +00:00
Fix Typo in QualitySource Enum
This commit is contained in:
parent
b20e247feb
commit
1bcef1b4a5
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
export enum QualitySource {
|
||||
Unknown = 'unkonwn',
|
||||
Unknown = 'unknown',
|
||||
Television = 'television',
|
||||
TelevisionRaw = 'televisionRaw',
|
||||
Web = 'web',
|
||||
|
|
Loading…
Reference in a new issue