aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Sorting/PlayCountComparer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sorting/PlayCountComparer.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Sorting/PlayCountComparer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Sorting/PlayCountComparer.cs b/MediaBrowser.Server.Implementations/Sorting/PlayCountComparer.cs
index d4c22e6e0..0d10c459f 100644
--- a/MediaBrowser.Server.Implementations/Sorting/PlayCountComparer.cs
+++ b/MediaBrowser.Server.Implementations/Sorting/PlayCountComparer.cs
@@ -53,7 +53,7 @@ namespace MediaBrowser.Server.Implementations.Sorting
/// Gets or sets the user data repository.
/// </summary>
/// <value>The user data repository.</value>
- public IUserDataRepository UserDataRepository { get; set; }
+ public IUserDataManager UserDataRepository { get; set; }
/// <summary>
/// Gets or sets the user manager.