add password to self signed cert

This commit is contained in:
Luke Pulverenti
2017-05-01 16:03:27 -04:00
parent dbfb1fb370
commit fc788efa49
5 changed files with 12 additions and 4 deletions

View File

@@ -165,7 +165,10 @@ namespace Emby.Server.Implementations.Library
ExcludeItemTypes = excludeItemTypes.ToArray(),
IncludeItemTypes = includeItemTypes.ToArray(),
Limit = query.Limit,
IncludeItemsByName = true
IncludeItemsByName = string.IsNullOrWhiteSpace(query.ParentId),
ParentId = string.IsNullOrWhiteSpace(query.ParentId) ? (Guid?)null : new Guid(query.ParentId),
SortBy = new[] { ItemSortBy.SortName },
Recursive = true
});
// Add search hints based on item name