mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
Cleaned up IndexerService and tests
This commit is contained in:
parent
5b50aa5d59
commit
563db453fc
6 changed files with 34 additions and 51 deletions
7
NzbDrone.Core/Lifecycle/IInitializable.cs
Normal file
7
NzbDrone.Core/Lifecycle/IInitializable.cs
Normal file
|
@ -0,0 +1,7 @@
|
|||
namespace NzbDrone.Core.Lifecycle
|
||||
{
|
||||
public interface IInitializable
|
||||
{
|
||||
void Init();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue