Cleanup Unused Event

pull/3313/head
Qstick 1 year ago
parent c7e142c461
commit 9cce93b25d

@ -1,17 +0,0 @@
using NzbDrone.Common.Messaging;
using NzbDrone.Core.ThingiProvider;
namespace NzbDrone.Core.Indexers
{
public class IndexerSettingUpdatedEvent : IEvent
{
public string IndexerName { get; private set; }
public IProviderConfig IndexerSetting { get; private set; }
public IndexerSettingUpdatedEvent(string indexerName, IProviderConfig indexerSetting)
{
IndexerName = indexerName;
IndexerSetting = indexerSetting;
}
}
}

@ -79,6 +79,5 @@ namespace NzbDrone.Integration.Test.ApiTests.WantedTests
result.Records.Should().NotBeEmpty();
}
}
}

Loading…
Cancel
Save