aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Plugins.DefaultTheme/Controls/HomePageTile.xaml.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Plugins.DefaultTheme/Controls/HomePageTile.xaml.cs')
-rw-r--r--MediaBrowser.Plugins.DefaultTheme/Controls/HomePageTile.xaml.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Plugins.DefaultTheme/Controls/HomePageTile.xaml.cs b/MediaBrowser.Plugins.DefaultTheme/Controls/HomePageTile.xaml.cs
index a8e238681..9753851fa 100644
--- a/MediaBrowser.Plugins.DefaultTheme/Controls/HomePageTile.xaml.cs
+++ b/MediaBrowser.Plugins.DefaultTheme/Controls/HomePageTile.xaml.cs
@@ -1,4 +1,4 @@
-using MediaBrowser.Model.DTO;
+using MediaBrowser.Model.Dto;
using MediaBrowser.Model.Entities;
using MediaBrowser.Model.Net;
using MediaBrowser.UI;
@@ -27,7 +27,7 @@ namespace MediaBrowser.Plugins.DefaultTheme.Controls
/// Gets the item.
/// </summary>
/// <value>The item.</value>
- private DtoBaseItem Item
+ private BaseItemDto Item
{
get { return ViewModel.Item; }
}