Added budget as a sort order

This commit is contained in:
Luke Pulverenti
2013-04-12 10:32:04 -04:00
parent 192e1676a4
commit b789550a56
5 changed files with 36 additions and 2 deletions

View File

@@ -160,6 +160,7 @@
<Compile Include="Sorting\AlbumArtistComparer.cs" />
<Compile Include="Sorting\AlbumComparer.cs" />
<Compile Include="Sorting\ArtistComparer.cs" />
<Compile Include="Sorting\BudgetComparer.cs" />
<Compile Include="Sorting\CommunityRatingComparer.cs" />
<Compile Include="Sorting\DateCreatedComparer.cs" />
<Compile Include="Sorting\DatePlayedComparer.cs" />