mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Initial Commit
This commit is contained in:
commit
74ac3bb599
106 changed files with 118079 additions and 0 deletions
9
NzbDrone.Core/Controllers/IConfigController.cs
Normal file
9
NzbDrone.Core/Controllers/IConfigController.cs
Normal file
|
@ -0,0 +1,9 @@
|
|||
using System.Collections.Generic;
|
||||
|
||||
namespace NzbDrone.Core.Controllers
|
||||
{
|
||||
public interface IConfigController
|
||||
{
|
||||
List<string> GetTvRoots();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue