diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-02 12:08:58 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-02 12:08:58 -0400 |
| commit | 9a4712cf225f9792e516badd42efef86db0accbe (patch) | |
| tree | cf37db650d92222c0d01d71e9c8de483930a63e4 /MediaBrowser.Server.Implementations/Sorting/PlayCountComparer.cs | |
| parent | 7dae0069d65883d8b2a5ba635991354eb395b7c6 (diff) | |
added user data manager, updated nuget
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sorting/PlayCountComparer.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Sorting/PlayCountComparer.cs | 2 |
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. |
