|
|
@ -1,7 +1,6 @@
|
|
|
|
using System;
|
|
|
|
using System;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System.Collections.Generic;
|
|
|
|
using System.Linq;
|
|
|
|
using System.Linq;
|
|
|
|
using System.Text;
|
|
|
|
|
|
|
|
using Growl.Connector;
|
|
|
|
using Growl.Connector;
|
|
|
|
using NLog;
|
|
|
|
using NLog;
|
|
|
|
|
|
|
|
|
|
|
@ -9,7 +8,7 @@ namespace NzbDrone.Core.Providers
|
|
|
|
{
|
|
|
|
{
|
|
|
|
public class GrowlProvider
|
|
|
|
public class GrowlProvider
|
|
|
|
{
|
|
|
|
{
|
|
|
|
private readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
|
|
|
private static readonly Logger Logger = LogManager.GetCurrentClassLogger();
|
|
|
|
|
|
|
|
|
|
|
|
private readonly Application _growlApplication = new Application("NzbDrone");
|
|
|
|
private readonly Application _growlApplication = new Application("NzbDrone");
|
|
|
|
private GrowlConnector _growlConnector;
|
|
|
|
private GrowlConnector _growlConnector;
|
|
|
|