Remove AutoRunAtStartup

This commit is contained in:
cvium
2019-01-05 23:07:06 +01:00
parent f57ad728a5
commit bb879fff33
4 changed files with 0 additions and 63 deletions

View File

@@ -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>