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

@@ -34,6 +34,7 @@ namespace MediaBrowser.Model.Search
public bool IncludeArtists { get; set; }
public string[] IncludeItemTypes { get; set; }
public string ParentId { get; set; }
public SearchQuery()
{