diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-30 14:59:50 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-09-30 14:59:50 -0400 |
| commit | a7c8750b52d213ced122bd54c69936fb2379068c (patch) | |
| tree | 9ff18e89f8a06387703e7c86f456d924e89b4cef /MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs | |
| parent | e5d026c4835408e9413daff3eadc208b1417d099 (diff) | |
removed mahapps
Diffstat (limited to 'MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs b/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs index 060562345a..600d80cb5c 100644 --- a/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs +++ b/MediaBrowser.ServerApplication/LibraryExplorer.xaml.cs @@ -1,12 +1,10 @@ -using MahApps.Metro.Controls; -using MediaBrowser.Common; +using MediaBrowser.Common; using MediaBrowser.Controller.Entities; using MediaBrowser.Controller.Entities.Movies; using MediaBrowser.Controller.Entities.TV; using MediaBrowser.Controller.Library; using MediaBrowser.Controller.Localization; using MediaBrowser.Controller.Persistence; -using MediaBrowser.Model.Dto; using MediaBrowser.Model.Entities; using MediaBrowser.Model.Logging; using MediaBrowser.Model.Querying; @@ -29,7 +27,7 @@ namespace MediaBrowser.ServerApplication /// <summary> /// Interaction logic for LibraryExplorer.xaml /// </summary> - public partial class LibraryExplorer : MetroWindow + public partial class LibraryExplorer : Window { private readonly ILogger _logger; |
