Added IsFolder sort order

This commit is contained in:
Luke Pulverenti
2013-09-02 19:17:25 -04:00
parent c5dcaf978a
commit 4f53d2fd23
3 changed files with 41 additions and 1 deletions

View File

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