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