mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-26 17:47:08 +00:00
10 lines
No EOL
195 B
C#
10 lines
No EOL
195 B
C#
namespace NzbDrone.Owin
|
|
{
|
|
public interface IHostController
|
|
{
|
|
string AppUrl { get; }
|
|
void StartServer();
|
|
void RestartServer();
|
|
void StopServer();
|
|
}
|
|
} |