diff options
| author | Erwin de Haan <EraYaN@users.noreply.github.com> | 2019-02-09 10:10:33 +0100 |
|---|---|---|
| committer | Bond-009 <bond.009@outlook.com> | 2019-02-09 10:10:33 +0100 |
| commit | f1ef0b0b4c54b2c370704aacb13a37e9abd4a6a0 (patch) | |
| tree | 2ff237f4da67a34d633dcb57de62d8c15b8c41d9 /Jellyfin.Server/SocketSharp/WebSocketSharpRequest.cs | |
| parent | 387b4dea254b9660aa295380b7c97713257eb839 (diff) | |
Fix namespacing so it lines up properly with file names and paths (#715)
* Fix stupid namespacing so it lines up properly with file names and paths.
Diffstat (limited to 'Jellyfin.Server/SocketSharp/WebSocketSharpRequest.cs')
| -rw-r--r-- | Jellyfin.Server/SocketSharp/WebSocketSharpRequest.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/SocketSharp/WebSocketSharpRequest.cs b/Jellyfin.Server/SocketSharp/WebSocketSharpRequest.cs index 38e8d9699..ebeb18ea0 100644 --- a/Jellyfin.Server/SocketSharp/WebSocketSharpRequest.cs +++ b/Jellyfin.Server/SocketSharp/WebSocketSharpRequest.cs @@ -11,7 +11,7 @@ using IHttpRequest = MediaBrowser.Model.Services.IHttpRequest; using IHttpResponse = MediaBrowser.Model.Services.IHttpResponse; using IResponse = MediaBrowser.Model.Services.IResponse; -namespace Jellyfin.SocketSharp +namespace Jellyfin.Server.SocketSharp { public partial class WebSocketSharpRequest : IHttpRequest { |
