update IsFolder sorting
This commit is contained in:
parent
9e8dabbb03
commit
5a894946dd
|
@ -1574,6 +1574,10 @@ namespace MediaBrowser.Server.Implementations.Persistence
|
|||
{
|
||||
return "RuntimeTicks";
|
||||
}
|
||||
if (string.Equals(name, ItemSortBy.IsFolder, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return "IsFolder";
|
||||
}
|
||||
if (string.Equals(name, ItemSortBy.Random, StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
return "RANDOM()";
|
||||
|
|
Loading…
Reference in New Issue
Block a user