Update IsFolderComparer.cs

Fixed typo .. name was returning "Album" instead of "IsFolder", so IsFolder comparisons never got applied.
pull/702/head
Rainking720 9 years ago
parent d28ef71d93
commit 8b86985f1a

@ -33,7 +33,7 @@ namespace MediaBrowser.Server.Implementations.Sorting
/// <value>The name.</value> /// <value>The name.</value>
public string Name public string Name
{ {
get { return ItemSortBy.Album; } get { return ItemSortBy.IsFolder; }
} }
} }
} }

Loading…
Cancel
Save