diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-07-22 16:48:28 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-22 16:48:28 -0400 |
| commit | 52e6ca975df85dccf38c60c93e9d69262f69d2b2 (patch) | |
| tree | 90627849415ab1b0c89010480798e7a7b1eb6732 /MediaBrowser.Api/Library/LibraryService.cs | |
| parent | 821d6731113d63dd340b8b7f45e6c1698e005393 (diff) | |
| parent | 79f6da09a5730e11608b4c762e07c6e89f7a886f (diff) | |
Merge pull request #1969 from MediaBrowser/beta
Beta
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
| -rw-r--r-- | MediaBrowser.Api/Library/LibraryService.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MediaBrowser.Api/Library/LibraryService.cs b/MediaBrowser.Api/Library/LibraryService.cs index 1949dea12..e5a40ba2f 100644 --- a/MediaBrowser.Api/Library/LibraryService.cs +++ b/MediaBrowser.Api/Library/LibraryService.cs @@ -350,7 +350,8 @@ namespace MediaBrowser.Api.Library Fields = request.Fields, Id = request.Id, Limit = request.Limit, - UserId = request.UserId + UserId = request.UserId, + ExcludeArtistNames = request.ExcludeArtistNames }); } if (item is MusicArtist) |
