aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryService.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-07-23 02:18:37 -0400
committerGitHub <noreply@github.com>2016-07-23 02:18:37 -0400
commit7d0a6456080a72d9a3721f13c87dd9292fc65255 (patch)
tree2138ffc8d83096b91f8ac77939544d8b2c0369bb /MediaBrowser.Api/Library/LibraryService.cs
parent79f6da09a5730e11608b4c762e07c6e89f7a886f (diff)
parent2aeee846f421ec3a0e943d0cdcdedcdb250904ce (diff)
Merge pull request #1970 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
-rw-r--r--MediaBrowser.Api/Library/LibraryService.cs2
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)