mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Cleanup Unused Event
This commit is contained in:
parent
c7e142c461
commit
9cce93b25d
2 changed files with 0 additions and 18 deletions
|
@ -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();
|
result.Records.Should().NotBeEmpty();
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue