mirror of https://github.com/Sonarr/Sonarr
Oops, premature commit.
This commit is contained in:
parent
240d06d6a8
commit
143ce564c9
|
@ -55,8 +55,7 @@ namespace NzbDrone.Core.Qualities
|
|||
|
||||
public void Init()
|
||||
{
|
||||
if (All().Any())
|
||||
return;
|
||||
if (All().Any()) return;
|
||||
|
||||
_logger.Info("Setting up default quality profiles");
|
||||
|
||||
|
|
Loading…
Reference in New Issue