aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-02-05 23:54:31 -0500
committerLuke <luke.pulverenti@gmail.com>2016-02-05 23:54:31 -0500
commit5cd7e5f260ef4ae1707c2e450ffaf9dc08c566e3 (patch)
tree5471f0442f8f220307bef56d3d86fcc79e904acb
parent7236ce0f92b684f1759b3fc272348b411dcf7c6b (diff)
parent8b86985f1ad73ca6e2c3a309b85310b8dd5810e1 (diff)
Merge pull request #1431 from Rainking720/patch-1
Update 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; }
}
}
}