aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations/Sorting/IsFolderComparer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Server.Implementations/Sorting/IsFolderComparer.cs')
-rw-r--r--MediaBrowser.Server.Implementations/Sorting/IsFolderComparer.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/Sorting/IsFolderComparer.cs b/MediaBrowser.Server.Implementations/Sorting/IsFolderComparer.cs
index 9edbd90dc..d2341d065 100644
--- a/MediaBrowser.Server.Implementations/Sorting/IsFolderComparer.cs
+++ b/MediaBrowser.Server.Implementations/Sorting/IsFolderComparer.cs
@@ -33,7 +33,7 @@ namespace MediaBrowser.Server.Implementations.Sorting
/// <value>The name.</value>
public string Name
{
- get { return ItemSortBy.Album; }
+ get { return ItemSortBy.IsFolder; }
}
}
}