aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryService.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2016-07-22 14:00:13 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2016-07-22 14:00:13 -0400
commit1233f15f43dac45dc97335de949aa7978c5ab165 (patch)
tree90627849415ab1b0c89010480798e7a7b1eb6732 /MediaBrowser.Api/Library/LibraryService.cs
parentaf8aec7365c3c726f174026a28083fb77c1a4005 (diff)
parent5dabb0fc1bf0d4091ba26b170c4c37c7047216e6 (diff)
Merge branch 'beta' of https://github.com/MediaBrowser/Emby into beta
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
-rw-r--r--MediaBrowser.Api/Library/LibraryService.cs3
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)