mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-20 05:04:18 +01:00
Added a touch of metro to the Library Explorer
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using MediaBrowser.Common;
|
||||
using MahApps.Metro.Controls;
|
||||
using MediaBrowser.Common;
|
||||
using MediaBrowser.Controller.Entities;
|
||||
using MediaBrowser.Controller.Entities.Movies;
|
||||
using MediaBrowser.Controller.Entities.TV;
|
||||
@@ -27,7 +28,7 @@ namespace MediaBrowser.ServerApplication
|
||||
/// <summary>
|
||||
/// Interaction logic for LibraryExplorer.xaml
|
||||
/// </summary>
|
||||
public partial class LibraryExplorer : Window
|
||||
public partial class LibraryExplorer : MetroWindow
|
||||
{
|
||||
private readonly ILogger _logger;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user