revise shortcut support

This commit is contained in:
Luke Pulverenti
2015-08-14 21:44:30 -04:00
parent d1fd921280
commit 54dd38b2bd
5 changed files with 68 additions and 34 deletions

View File

@@ -35,6 +35,15 @@ namespace MediaBrowser.Controller.Entities
}
}
[IgnoreDataMember]
protected override bool SupportsShortcutChildren
{
get
{
return true;
}
}
public override bool CanDelete()
{
return false;