aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Entities/AuthenticationResult.cs (renamed from MediaBrowser.Model/DTO/AuthenticationResult.cs)5
-rw-r--r--MediaBrowser.Model/MediaBrowser.Model.csproj2
2 files changed, 3 insertions, 4 deletions
diff --git a/MediaBrowser.Model/DTO/AuthenticationResult.cs b/MediaBrowser.Model/Entities/AuthenticationResult.cs
index ce492b60e..312e71f38 100644
--- a/MediaBrowser.Model/DTO/AuthenticationResult.cs
+++ b/MediaBrowser.Model/Entities/AuthenticationResult.cs
@@ -1,7 +1,6 @@
-using System;
-using ProtoBuf;
+using ProtoBuf;
-namespace MediaBrowser.Model.DTO
+namespace MediaBrowser.Model.Entities
{
[ProtoContract]
public class AuthenticationResult
diff --git a/MediaBrowser.Model/MediaBrowser.Model.csproj b/MediaBrowser.Model/MediaBrowser.Model.csproj
index da6fac538..fc9c901be 100644
--- a/MediaBrowser.Model/MediaBrowser.Model.csproj
+++ b/MediaBrowser.Model/MediaBrowser.Model.csproj
@@ -35,7 +35,7 @@
<Compile Include="Configuration\BaseApplicationConfiguration.cs" />
<Compile Include="Configuration\ServerConfiguration.cs" />
<Compile Include="DTO\AudioInfo.cs" />
- <Compile Include="DTO\AuthenticationResult.cs" />
+ <Compile Include="Entities\AuthenticationResult.cs" />
<Compile Include="DTO\DTOBaseItem.cs" />
<Compile Include="DTO\DTOUser.cs" />
<Compile Include="DTO\VideoInfo.cs" />