improve episode sorting with embedded specials

This commit is contained in:
Luke Pulverenti
2013-11-20 12:10:02 -05:00
parent 7dd75e079a
commit 977d9c7f3b
5 changed files with 182 additions and 1 deletions

View File

@@ -6,6 +6,7 @@ namespace MediaBrowser.Model.Querying
/// </summary>
public static class ItemSortBy
{
public const string AiredEpisodeOrder = "AiredEpisodeOrder";
/// <summary>
/// The album
/// </summary>