mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
Single line comments should start with a space
This commit is contained in:
parent
3df8cda110
commit
ebae7229c1
5 changed files with 12 additions and 30 deletions
|
|
@ -24,7 +24,7 @@ namespace Jellyfin.Server.SocketSharp
|
|||
this.request = httpContext.Request;
|
||||
this.response = new WebSocketSharpResponse(logger, httpContext.Response, this);
|
||||
|
||||
//HandlerFactoryPath = GetHandlerPathIfAny(UrlPrefixes[0]);
|
||||
// HandlerFactoryPath = GetHandlerPathIfAny(UrlPrefixes[0]);
|
||||
}
|
||||
|
||||
private static string GetHandlerPathIfAny(string listenerUrl)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue