diff --git a/NzbDrone.Core/Notifications/Email/EmailService.cs b/NzbDrone.Core/Notifications/Email/EmailService.cs
index 6b14a7e25..38c37086d 100644
--- a/NzbDrone.Core/Notifications/Email/EmailService.cs
+++ b/NzbDrone.Core/Notifications/Email/EmailService.cs
@@ -53,9 +53,7 @@ namespace NzbDrone.Core.Notifications.Email
             try
             {
                 var smtp = new SmtpClient(server, port);
-
                 smtp.EnableSsl = ssl;
-
                 smtp.Credentials = credentials;
 
                 smtp.Send(email);
diff --git a/NzbDrone.Core/Tv/SeasonService.cs b/NzbDrone.Core/Tv/SeasonService.cs
index 95eff2c76..988281a55 100644
Binary files a/NzbDrone.Core/Tv/SeasonService.cs and b/NzbDrone.Core/Tv/SeasonService.cs differ