mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Support music qualities. This is a work in progress, lots of code still references tv series
This commit is contained in:
parent
89fa71fe96
commit
d7ad9b8218
52 changed files with 475 additions and 956 deletions
|
@ -19,7 +19,7 @@ namespace NzbDrone.Core.Test.Datastore
|
|||
var profile = new Profile
|
||||
{
|
||||
Name = "Test",
|
||||
Cutoff = Quality.WEBDL720p,
|
||||
Cutoff = Quality.MP3320,
|
||||
Items = Qualities.QualityFixture.GetDefaultQualities()
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue