update login page

This commit is contained in:
Luke Pulverenti
2015-05-05 19:15:47 -04:00
parent 4b83dd4b56
commit 32454bdfe1
5 changed files with 13 additions and 10 deletions

View File

@@ -496,7 +496,7 @@ namespace MediaBrowser.Controller.Entities
/// </summary>
/// <typeparam name="T"></typeparam>
/// <returns>``0.</returns>
protected T FindParent<T>()
public T FindParent<T>()
where T : Folder
{
return Parents.OfType<T>().FirstOrDefault();