aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ApiInteraction.Portable/ApiClient.cs
diff options
context:
space:
mode:
authorLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-09-08 11:10:26 -0400
committerLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-09-08 11:10:26 -0400
commitfaead199a59b084a9197b394e2214c6cd2f9b9e4 (patch)
tree98e112f45559abb30adbb6fb992abf270a1e89e2 /MediaBrowser.ApiInteraction.Portable/ApiClient.cs
parent1400e5ad9d1287533e75aa1ee13eb65999907bb6 (diff)
Moved AuthenticationResult
Diffstat (limited to 'MediaBrowser.ApiInteraction.Portable/ApiClient.cs')
-rw-r--r--MediaBrowser.ApiInteraction.Portable/ApiClient.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.ApiInteraction.Portable/ApiClient.cs b/MediaBrowser.ApiInteraction.Portable/ApiClient.cs
index c870b1c3e..cbd179b02 100644
--- a/MediaBrowser.ApiInteraction.Portable/ApiClient.cs
+++ b/MediaBrowser.ApiInteraction.Portable/ApiClient.cs
@@ -1,6 +1,6 @@
-using MediaBrowser.Model.Configuration;
+using MediaBrowser.Model.Authentication;
+using MediaBrowser.Model.Configuration;
using MediaBrowser.Model.DTO;
-using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Weather;
using System;
using System.Collections.Generic;