diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-07-22 13:59:43 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-07-22 13:59:43 -0400 |
| commit | 5dabb0fc1bf0d4091ba26b170c4c37c7047216e6 (patch) | |
| tree | d2bf795feb2774b4f98b797999c1a2e787ee9867 /MediaBrowser.Api/Library/LibraryService.cs | |
| parent | 00b80a33c15eddb22ef7ede348309d8dc5034eca (diff) | |
| parent | df5cfc0c2580c5bab0a588279c97dec9145736d4 (diff) | |
Merge pull request #1967 from MediaBrowser/dev
Dev
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) |
