diff options
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sorting/AlbumCountComparer.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Sorting/AlbumCountComparer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Sorting/AlbumCountComparer.cs b/MediaBrowser.Server.Implementations/Sorting/AlbumCountComparer.cs index 62f0e0ae0..8e24bc52d 100644 --- a/MediaBrowser.Server.Implementations/Sorting/AlbumCountComparer.cs +++ b/MediaBrowser.Server.Implementations/Sorting/AlbumCountComparer.cs @@ -24,7 +24,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> /// Compares the specified x. |
