diff options
| author | cvium <clausvium@gmail.com> | 2019-01-05 23:07:06 +0100 |
|---|---|---|
| committer | cvium <clausvium@gmail.com> | 2019-01-05 23:07:06 +0100 |
| commit | bb879fff33ddc40bc15b025c3e7449c7becb2d46 (patch) | |
| tree | 71147d9f4434280e6eb219860c6291691ae90af0 /MediaBrowser.Controller/IServerApplicationHost.cs | |
| parent | f57ad728a50cbee0b4232a5a94cd23a1717ade6f (diff) | |
Remove AutoRunAtStartup
Diffstat (limited to 'MediaBrowser.Controller/IServerApplicationHost.cs')
| -rw-r--r-- | MediaBrowser.Controller/IServerApplicationHost.cs | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Controller/IServerApplicationHost.cs b/MediaBrowser.Controller/IServerApplicationHost.cs index 830c160e3..4dc559031 100644 --- a/MediaBrowser.Controller/IServerApplicationHost.cs +++ b/MediaBrowser.Controller/IServerApplicationHost.cs @@ -24,12 +24,6 @@ namespace MediaBrowser.Controller Task<PublicSystemInfo> GetPublicSystemInfo(CancellationToken cancellationToken); - /// <summary> - /// Gets a value indicating whether [supports automatic run at startup]. - /// </summary> - /// <value><c>true</c> if [supports automatic run at startup]; otherwise, <c>false</c>.</value> - bool SupportsAutoRunAtStartup { get; } - bool CanLaunchWebBrowser { get; } /// <summary> |
