fixes #506 - Song list - make columns headers clickable for sorting

This commit is contained in:
Luke Pulverenti
2013-09-06 15:17:15 -04:00
parent 83dd13cc7c
commit 1d9c163f5f
10 changed files with 77 additions and 28 deletions

View File

@@ -46,6 +46,7 @@ namespace MediaBrowser.Model.Querying
/// The sort name
/// </summary>
public const string SortName = "SortName";
public const string Name = "Name";
/// <summary>
/// The random
/// </summary>