mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #1431 from Rainking720/patch-1
Update IsFolderComparer.cs
This commit is contained in:
commit
5cd7e5f260
@ -33,7 +33,7 @@ namespace MediaBrowser.Server.Implementations.Sorting
|
||||
/// <value>The name.</value>
|
||||
public string Name
|
||||
{
|
||||
get { return ItemSortBy.Album; }
|
||||
get { return ItemSortBy.IsFolder; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user