aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.ServerApplication/MainWindow.xaml.cs
diff options
context:
space:
mode:
authorLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-08-19 16:38:47 -0400
committerLukePulverenti Luke Pulverenti luke pulverenti <LukePulverenti Luke Pulverenti luke.pulverenti@gmail.com>2012-08-19 16:38:47 -0400
commit5b7063e7c612f9447372f52ea337f37c0f0fb11d (patch)
tree0d5a0d04cc4572d1ad63611b76ff81860573d61b /MediaBrowser.ServerApplication/MainWindow.xaml.cs
parenta129c93c42ee02aa7ecdb9227552d18eac034b98 (diff)
parent937d27ae9d6aa571ab9327f138bfba1b84c158db (diff)
Merge
Diffstat (limited to 'MediaBrowser.ServerApplication/MainWindow.xaml.cs')
-rw-r--r--MediaBrowser.ServerApplication/MainWindow.xaml.cs3
1 files changed, 1 insertions, 2 deletions
diff --git a/MediaBrowser.ServerApplication/MainWindow.xaml.cs b/MediaBrowser.ServerApplication/MainWindow.xaml.cs
index abca9149f..67e20b2a2 100644
--- a/MediaBrowser.ServerApplication/MainWindow.xaml.cs
+++ b/MediaBrowser.ServerApplication/MainWindow.xaml.cs
@@ -2,10 +2,9 @@
using System.Diagnostics;
using System.Windows;
using MediaBrowser.Common.Logging;
+using MediaBrowser.Common.UI;
using MediaBrowser.Controller;
using MediaBrowser.Model.Progress;
-using System.Threading.Tasks;
-using MediaBrowser.Common.UI;
namespace MediaBrowser.ServerApplication
{