aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Api/Library/LibraryService.cs
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-07-23 16:13:24 -0400
committerGitHub <noreply@github.com>2016-07-23 16:13:24 -0400
commita9fb130b0329ac61a0d66edf2f9682871c57641d (patch)
tree7a14ae195a7c2a4cbe4bb760b9db3980f2712540 /MediaBrowser.Api/Library/LibraryService.cs
parentd661f690f58cd05be86843d2c7c8a2984c66c2f6 (diff)
parenta0c310e0f3abdd6bbe8ab27218ac2bde6609818d (diff)
Merge pull request #1978 from MediaBrowser/beta
Beta
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)