mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 10:04:44 +01:00
a little more kernel consolidation
This commit is contained in:
@@ -13,5 +13,17 @@ namespace MediaBrowser.Controller
|
||||
/// </summary>
|
||||
/// <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 the HTTP server URL prefix.
|
||||
/// </summary>
|
||||
/// <value>The HTTP server URL prefix.</value>
|
||||
string HttpServerUrlPrefix { get; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user