update music artists

This commit is contained in:
Luke Pulverenti
2017-01-05 23:38:03 -05:00
parent 424c83bda8
commit 3edf91ce56
10 changed files with 84 additions and 15 deletions

View File

@@ -39,6 +39,15 @@ namespace MediaBrowser.Controller.Entities
}
}
[IgnoreDataMember]
public override bool IsDisplayedAsFolder
{
get
{
return true;
}
}
[IgnoreDataMember]
public override bool SupportsAncestors
{