diff options
Diffstat (limited to 'Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs')
| -rw-r--r-- | Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs b/Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs index d99d0eff2..4845fdc0d 100644 --- a/Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs +++ b/Emby.Server.Implementations/Sorting/IsUnplayedComparer.cs @@ -11,7 +11,7 @@ namespace Emby.Server.Implementations.Sorting /// Gets or sets the user. /// </summary> /// <value>The user.</value> - public User User { get; set; } + public Jellyfin.Data.Entities.User User { get; set; } /// <summary> /// Compares the specified x. |
