mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-26 01:37:07 +00:00
New: Added a default Profile 'Any' (new installations only)
This commit is contained in:
parent
21a0df904f
commit
c58c8ea542
1 changed files with 11 additions and 0 deletions
|
@ -79,6 +79,17 @@ namespace NzbDrone.Core.Profiles
|
|||
|
||||
_logger.Info("Setting up default quality profiles");
|
||||
|
||||
AddDefaultProfile("Any", Quality.SDTV,
|
||||
Quality.SDTV,
|
||||
Quality.WEBDL480p,
|
||||
Quality.DVD,
|
||||
Quality.HDTV720p,
|
||||
Quality.HDTV1080p,
|
||||
Quality.WEBDL720p,
|
||||
Quality.WEBDL1080p,
|
||||
Quality.Bluray720p,
|
||||
Quality.Bluray1080p);
|
||||
|
||||
AddDefaultProfile("SD", Quality.SDTV,
|
||||
Quality.SDTV,
|
||||
Quality.WEBDL480p,
|
||||
|
|
Loading…
Reference in a new issue