diff options
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sorting/MusicVideoCountComparer.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Sorting/MusicVideoCountComparer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Sorting/MusicVideoCountComparer.cs b/MediaBrowser.Server.Implementations/Sorting/MusicVideoCountComparer.cs index 3f578d33a..889658459 100644 --- a/MediaBrowser.Server.Implementations/Sorting/MusicVideoCountComparer.cs +++ b/MediaBrowser.Server.Implementations/Sorting/MusicVideoCountComparer.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. |
