瀏覽代碼

Fix build

Bond-009 5 年之前
父節點
當前提交
caca2b31fe
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Emby.Server.Implementations/SocketSharp/WebSocketSharpRequest.cs

+ 1 - 0
Emby.Server.Implementations/SocketSharp/WebSocketSharpRequest.cs

@@ -2,6 +2,7 @@ using System;
 using System.Collections.Generic;
 using System.IO;
 using System.Net;
+using System.Net.Mime;
 using MediaBrowser.Common.Net;
 using Microsoft.AspNetCore.Http;
 using Microsoft.AspNetCore.Http.Extensions;