aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-10 00:36:39 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-10 00:36:39 -0500
commitb1be6f1d73272fb629ff453f6890766faeccf9de (patch)
tree0fc8655dd48f442290e7b764889cd0a3bfef63c4 /MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs
parent31d079f1baea895b5cb0f1a737140ab94dc9a4fe (diff)
minor namespace changes in the model
Diffstat (limited to 'MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs')
-rw-r--r--MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs b/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs
index 26e0978a3..1968bbc7d 100644
--- a/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs
+++ b/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs
@@ -7,6 +7,7 @@ using MediaBrowser.Controller.Localization;
using MediaBrowser.Model.Dto;
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Logging;
+using MediaBrowser.Model.Querying;
using MediaBrowser.Model.Serialization;
using System;
using System.Collections.Generic;