diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-07-22 18:10:39 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-07-22 18:10:39 -0400 |
| commit | 7475722ecf1f36951ae92fafaa188135d33bbed2 (patch) | |
| tree | 883b867c9880797aea25a0228d23546d1e0ade42 /MediaBrowser.Api/Library/LibraryService.cs | |
| parent | df5cfc0c2580c5bab0a588279c97dec9145736d4 (diff) | |
switch to ExcludeArtistIds
Diffstat (limited to 'MediaBrowser.Api/Library/LibraryService.cs')
| -rw-r--r-- | MediaBrowser.Api/Library/LibraryService.cs | 2 |
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) |
