fix auto-organize

This commit is contained in:
Luke Pulverenti
2016-11-21 13:49:07 -05:00
parent c869ae746c
commit 62f84acd26
7 changed files with 138 additions and 66 deletions

View File

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