diff options
Diffstat (limited to 'Emby.Server.Implementations/Sorting/PlayCountComparer.cs')
| -rw-r--r-- | Emby.Server.Implementations/Sorting/PlayCountComparer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Emby.Server.Implementations/Sorting/PlayCountComparer.cs b/Emby.Server.Implementations/Sorting/PlayCountComparer.cs index eb74ce1bd..99846db61 100644 --- a/Emby.Server.Implementations/Sorting/PlayCountComparer.cs +++ b/Emby.Server.Implementations/Sorting/PlayCountComparer.cs @@ -14,7 +14,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. |
