mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 01:24:44 +01:00
fixes #762 - Marking unwatched doesn't update display
This commit is contained in:
@@ -86,18 +86,6 @@ namespace MediaBrowser.ServerApplication.Native
|
||||
appHost.WebApplicationName + "/swagger-ui/index.html", logger);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Opens the standard API documentation.
|
||||
/// </summary>
|
||||
/// <param name="configurationManager">The configuration manager.</param>
|
||||
/// <param name="appHost">The app host.</param>
|
||||
/// <param name="logger">The logger.</param>
|
||||
public static void OpenStandardApiDocumentation(IServerConfigurationManager configurationManager, IServerApplicationHost appHost, ILogger logger)
|
||||
{
|
||||
OpenUrl("http://localhost:" + configurationManager.Configuration.HttpServerPortNumber + "/" +
|
||||
appHost.WebApplicationName + "/metadata", logger);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Opens the URL.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user