mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Added parsing for 1080p HDTV
New: Support for 1080p HDTV (parsing only)
This commit is contained in:
parent
72c7fc2680
commit
f032917595
24 changed files with 158 additions and 141 deletions
|
@ -24,7 +24,7 @@ namespace NzbDrone.Core.Test.ProviderTests.DiskScanProviderTests
|
|||
{
|
||||
new object[] { QualityTypes.SDTV, false },
|
||||
new object[] { QualityTypes.DVD, true },
|
||||
new object[] { QualityTypes.HDTV, false }
|
||||
new object[] { QualityTypes.HDTV720p, false }
|
||||
};
|
||||
|
||||
private readonly long SIZE = 80.Megabytes();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue