mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-29 03:05:49 +00:00
New: HDBits HEVC support
This commit is contained in:
parent
65187e7d01
commit
961f0d0ad3
1 changed files with 2 additions and 1 deletions
|
@ -58,7 +58,8 @@ namespace NzbDrone.Core.Indexers.HDBits
|
||||||
H264 = 1,
|
H264 = 1,
|
||||||
Mpeg2 = 2,
|
Mpeg2 = 2,
|
||||||
Vc1 = 3,
|
Vc1 = 3,
|
||||||
Xvid = 4
|
Xvid = 4,
|
||||||
|
Hevc = 5
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum HdBitsMedium
|
public enum HdBitsMedium
|
||||||
|
|
Loading…
Reference in a new issue