Update IsFolderComparer.cs
Fixed typo .. name was returning "Album" instead of "IsFolder", so IsFolder comparisons never got applied.
This commit is contained in:
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…
Reference in New Issue
Block a user