add movie count sort order

This commit is contained in:
Luke Pulverenti
2013-09-10 15:30:56 -04:00
parent 3c2ec758be
commit 9d7b3fdda6
6 changed files with 190 additions and 33 deletions

View File

@@ -74,5 +74,7 @@ namespace MediaBrowser.Model.Querying
public const string IsFolder = "IsFolder";
public const string IsUnplayed = "IsUnplayed";
public const string IsPlayed = "IsPlayed";
public const string TrailerCount = "TrailerCount";
public const string MovieCount = "MovieCount";
}
}