aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-09-14 08:50:37 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-09-14 08:50:37 -0400
commit3ed1ac10cb0e827ced475edfd0f8de913a5e4099 (patch)
tree7d79af1a48fe534a84b827177e1bc030b0e4e766 /MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs
parentf346997992031e4f49fe1d0294e54962f8c6eddd (diff)
update docs
Diffstat (limited to 'MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs')
-rw-r--r--MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs21
1 files changed, 0 insertions, 21 deletions
diff --git a/MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs b/MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs
index 3eeb072a8..a4504f25a 100644
--- a/MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs
+++ b/MediaBrowser.Server.Startup.Common/Browser/BrowserLauncher.cs
@@ -24,15 +24,6 @@ namespace MediaBrowser.Server.Startup.Common.Browser
}
/// <summary>
- /// Opens the github.
- /// </summary>
- /// <param name="logger">The logger.</param>
- public static void OpenGithub(ILogger logger)
- {
- OpenUrl("https://github.com/MediaBrowser/MediaBrowser", logger);
- }
-
- /// <summary>
/// Opens the community.
/// </summary>
/// <param name="logger">The logger.</param>
@@ -62,18 +53,6 @@ namespace MediaBrowser.Server.Startup.Common.Browser
}
/// <summary>
- /// Opens the swagger.
- /// </summary>
- /// <param name="appHost">The app host.</param>
- /// <param name="logger">The logger.</param>
- public static void OpenSwagger(IServerApplicationHost appHost, ILogger logger)
- {
- var url = appHost.GetLocalApiUrl("localhost") + "/swagger-ui/index.html";
-
- OpenUrl(url, logger);
- }
-
- /// <summary>
/// Opens the URL.
/// </summary>
/// <param name="url">The URL.</param>