mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 05:57:20 -04:00
Remove the unused status code
This commit is contained in:
parent
5262e50fee
commit
4df3333b71
1 changed files with 0 additions and 1 deletions
|
@ -129,7 +129,6 @@ namespace Jellyfin.Server.SocketSharp
|
|||
|
||||
private async Task ProcessWebSocketRequest(HttpListenerContext ctx)
|
||||
{
|
||||
int statusCode = 200;
|
||||
try
|
||||
{
|
||||
var endpoint = ctx.Request.RemoteEndPoint.ToString();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue