update missing season creator

This commit is contained in:
Luke Pulverenti
2016-05-20 15:45:04 -04:00
parent da91a37f71
commit 2daf91b3fe
6 changed files with 9 additions and 36 deletions

View File

@@ -23,19 +23,6 @@ namespace MediaBrowser.Controller.Entities
PhysicalLocationsList = new List<string>();
}
/// <summary>
/// Gets a value indicating whether this instance is virtual folder.
/// </summary>
/// <value><c>true</c> if this instance is virtual folder; otherwise, <c>false</c>.</value>
[IgnoreDataMember]
public override bool IsVirtualFolder
{
get
{
return true;
}
}
[IgnoreDataMember]
protected override bool SupportsShortcutChildren
{