diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-07-23 16:13:24 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-23 16:13:24 -0400 |
| commit | a9fb130b0329ac61a0d66edf2f9682871c57641d (patch) | |
| tree | 7a14ae195a7c2a4cbe4bb760b9db3980f2712540 /MediaBrowser.Api/Library/LibraryService.cs | |
| parent | d661f690f58cd05be86843d2c7c8a2984c66c2f6 (diff) | |
| parent | a0c310e0f3abdd6bbe8ab27218ac2bde6609818d (diff) | |
Merge pull request #1978 from MediaBrowser/beta
Beta
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
| -rw-r--r-- | MediaBrowser.Api/Library/LibraryService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs index e5a40ba2f..14a771db0 100644 --- a/MediaBrowser.Api/Library/LibraryService.cs +++ b/MediaBrowser.Api/Library/LibraryService.cs @@ -351,7 +351,7 @@ namespace MediaBrowser.Api.Library Id = request.Id, Limit = request.Limit, UserId = request.UserId, - ExcludeArtistNames = request.ExcludeArtistNames + ExcludeArtistIds = request.ExcludeArtistIds }); } if (item is MusicArtist) |
