update query fields

This commit is contained in:
Luke Pulverenti
2017-05-22 00:54:02 -04:00
parent 41ea0d99f4
commit 54cf0da758
41 changed files with 622 additions and 387 deletions

View File

@@ -358,7 +358,7 @@ namespace MediaBrowser.Api.UserLibrary
{
try
{
return _libraryManager.GetArtist(i);
return _libraryManager.GetArtist(i, new DtoOptions(false));
}
catch
{