aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-28 15:42:24 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2015-07-28 15:42:24 -0400
commitd95057f13bb6d8bfe04ce20138f8cd2fc66c3519 (patch)
treefec3d573d4202fad837cc695e2e01a5a4c73f697 /MediaBrowser.Controller/Entities/InternalItemsQuery.cs
parent713a9e779bfaee6f2b7a9b6b5102dfb6f9b9f131 (diff)
rework settings page
Diffstat (limited to 'MediaBrowser.Controller/Entities/InternalItemsQuery.cs')
-rw-r--r--MediaBrowser.Controller/Entities/InternalItemsQuery.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
index c9603c7e3..227a6bd0e 100644
--- a/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
+++ b/MediaBrowser.Controller/Entities/InternalItemsQuery.cs
@@ -1,6 +1,6 @@
-using System.Collections.Generic;
-using MediaBrowser.Model.Entities;
+using MediaBrowser.Model.Entities;
using System;
+using System.Collections.Generic;
namespace MediaBrowser.Controller.Entities
{