mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 22:13:06 +03:00
support api without /mediabrowser
This commit is contained in:
@@ -18,12 +18,6 @@ namespace MediaBrowser.Controller
|
||||
/// <returns>SystemInfo.</returns>
|
||||
SystemInfo GetSystemInfo();
|
||||
|
||||
/// <summary>
|
||||
/// Gets the name of the web application.
|
||||
/// </summary>
|
||||
/// <value>The name of the web application.</value>
|
||||
string WebApplicationName { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether [supports automatic run at startup].
|
||||
/// </summary>
|
||||
@@ -36,28 +30,6 @@ namespace MediaBrowser.Controller
|
||||
/// <value>The HTTP server port.</value>
|
||||
int HttpServerPort { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the HTTPS server port.
|
||||
/// </summary>
|
||||
/// <value>The HTTPS server port.</value>
|
||||
int HttpsServerPort { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the value indiciating if an https port should be hosted.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The value indiciating if an https port should be hosted.
|
||||
/// </value>
|
||||
bool UseHttps { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets the value pointing to the file system where the ssl certiifcate is located.
|
||||
/// </summary>
|
||||
/// <value>
|
||||
/// The value pointing to the file system where the ssl certiifcate is located.
|
||||
/// </value>
|
||||
string CertificatePath { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether this instance has update available.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user