fix next up order

This commit is contained in:
Luke Pulverenti
2016-06-29 12:31:01 -04:00
parent 775fc94020
commit 404f2338f9
3 changed files with 25 additions and 53 deletions

View File

@@ -46,6 +46,7 @@ namespace MediaBrowser.Controller.Entities
public string NameStartsWith { get; set; }
public string NameLessThan { get; set; }
public string NameContains { get; set; }
public string MinSortName { get; set; }
public string PresentationUniqueKey { get; set; }
public string Path { get; set; }