aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Sorting/IsUnplayedComparer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sorting/IsUnplayedComparer.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Sorting/IsUnplayedComparer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Implementations/Sorting/IsUnplayedComparer.cs b/MediaBrowser.Server.Implementations/Sorting/IsUnplayedComparer.cs
index 5323734c0..596b344de 100644
--- a/MediaBrowser.Server.Implementations/Sorting/IsUnplayedComparer.cs
+++ b/MediaBrowser.Server.Implementations/Sorting/IsUnplayedComparer.cs
@@ -55,7 +55,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.
@@ -113,7 +113,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.