fix scheduled task crash

This commit is contained in:
Luke Pulverenti
2015-09-03 21:34:57 -04:00
parent cfd3248af7
commit 0b2c5fe6f4
3 changed files with 36 additions and 11 deletions

View File

@@ -500,6 +500,10 @@ namespace MediaBrowser.Controller.Entities
return null;
}
set
{
}
}
public void SetParent(Folder parent)