aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server/SocketSharp/HttpFile.cs
diff options
context:
space:
mode:
authorErwin de Haan <EraYaN@users.noreply.github.com>2019-02-09 10:10:33 +0100
committerBond-009 <bond.009@outlook.com>2019-02-09 10:10:33 +0100
commitf1ef0b0b4c54b2c370704aacb13a37e9abd4a6a0 (patch)
tree2ff237f4da67a34d633dcb57de62d8c15b8c41d9 /Jellyfin.Server/SocketSharp/HttpFile.cs
parent387b4dea254b9660aa295380b7c97713257eb839 (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/HttpFile.cs')
-rw-r--r--Jellyfin.Server/SocketSharp/HttpFile.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Server/SocketSharp/HttpFile.cs b/Jellyfin.Server/SocketSharp/HttpFile.cs
index 77ce03510..89c75e536 100644
--- a/Jellyfin.Server/SocketSharp/HttpFile.cs
+++ b/Jellyfin.Server/SocketSharp/HttpFile.cs
@@ -1,7 +1,7 @@
using System.IO;
using MediaBrowser.Model.Services;
-namespace Jellyfin.SocketSharp
+namespace Jellyfin.Server.SocketSharp
{
public class HttpFile : IHttpFile
{