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/SeriesCountComparer.cs | |
| parent | 7dae0069d65883d8b2a5ba635991354eb395b7c6 (diff) | |
added user data manager, updated nuget
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sorting/SeriesCountComparer.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Sorting/SeriesCountComparer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Sorting/SeriesCountComparer.cs b/MediaBrowser.Server.Implementations/Sorting/SeriesCountComparer.cs index f8c8c4bce..13d2932cb 100644 --- a/MediaBrowser.Server.Implementations/Sorting/SeriesCountComparer.cs +++ b/MediaBrowser.Server.Implementations/Sorting/SeriesCountComparer.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. |
