aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Sorting/DateLastMediaAddedComparer.cs
diff options
context:
space:
mode:
authorPatrick Barron <barronpm@gmail.com>2020-05-20 13:07:53 -0400
committerPatrick Barron <barronpm@gmail.com>2020-05-20 13:07:53 -0400
commitc464f700dbfa72d6f88310023759050867577e6a (patch)
tree743b7bb46ac1a30fc8fdf333c2310422fa2f6ae2 /Emby.Server.Implementations/Sorting/DateLastMediaAddedComparer.cs
parent7d9d54d2ecad14eaec14b00ca73c479d4d64c34f (diff)
Remove redundant qualifiers
Diffstat (limited to 'Emby.Server.Implementations/Sorting/DateLastMediaAddedComparer.cs')
-rw-r--r--Emby.Server.Implementations/Sorting/DateLastMediaAddedComparer.cs3
1 files changed, 2 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Sorting/DateLastMediaAddedComparer.cs b/Emby.Server.Implementations/Sorting/DateLastMediaAddedComparer.cs
index 3cc294371..b58d0b1ff 100644
--- a/Emby.Server.Implementations/Sorting/DateLastMediaAddedComparer.cs
+++ b/Emby.Server.Implementations/Sorting/DateLastMediaAddedComparer.cs
@@ -1,4 +1,5 @@
using System;
+using Jellyfin.Data.Entities;
using MediaBrowser.Controller.Entities;
using MediaBrowser.Controller.Library;
using MediaBrowser.Controller.Sorting;
@@ -12,7 +13,7 @@ namespace Emby.Server.Implementations.Sorting
/// Gets or sets the user.
/// </summary>
/// <value>The user.</value>
- public Jellyfin.Data.Entities.User User { get; set; }
+ public User User { get; set; }
/// <summary>
/// Gets or sets the user manager.