1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2024-12-28 02:40:01 +00:00

Oops, premature commit.

This commit is contained in:
Mark McDowall 2013-02-27 00:21:53 -08:00
parent 240d06d6a8
commit 143ce564c9

View file

@ -55,8 +55,7 @@ public QualityProfile Get(int id)
public void Init()
{
if (All().Any())
return;
if (All().Any()) return;
_logger.Info("Setting up default quality profiles");