mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
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…
x
Reference in New Issue
Block a user