added new sort orders

This commit is contained in:
Luke Pulverenti
2013-09-05 08:46:59 -04:00
parent 09ff7391b4
commit c92f0e53a4
2 changed files with 125 additions and 0 deletions

View File

@@ -177,6 +177,7 @@
<Compile Include="Sorting\DateCreatedComparer.cs" />
<Compile Include="Sorting\DatePlayedComparer.cs" />
<Compile Include="Sorting\IsFolderComparer.cs" />
<Compile Include="Sorting\IsUnplayedComparer.cs" />
<Compile Include="Sorting\OfficialRatingComparer.cs" />
<Compile Include="Sorting\PlayCountComparer.cs" />
<Compile Include="Sorting\PremiereDateComparer.cs" />