update translations

This commit is contained in:
Luke Pulverenti
2014-09-06 19:06:14 -04:00
parent 234dba2d9a
commit 342eef4fb9
28 changed files with 3592 additions and 3558 deletions

View File

@@ -27,6 +27,14 @@ namespace MediaBrowser.Controller.Entities
return SortAndFilter(result, query);
}
public override bool IsPreSorted
{
get
{
return true;
}
}
/// <summary>
/// Get the children of this folder from the actual file system
/// </summary>