Added filters to the item list page

This commit is contained in:
Luke Pulverenti
2013-03-30 10:57:30 -04:00
parent a0834c5710
commit 1fcf696bd5
5 changed files with 81 additions and 2 deletions

View File

@@ -163,6 +163,7 @@
<Compile Include="Sorting\CommunityRatingComparer.cs" />
<Compile Include="Sorting\DateCreatedComparer.cs" />
<Compile Include="Sorting\DatePlayedComparer.cs" />
<Compile Include="Sorting\PlayCountComparer.cs" />
<Compile Include="Sorting\PremiereDateComparer.cs" />
<Compile Include="Sorting\ProductionYearComparer.cs" />
<Compile Include="Sorting\RandomComparer.cs" />