support omdb episodes by imdb; add more search data

This commit is contained in:
Luke Pulverenti
2017-05-03 17:53:33 -04:00
parent 54965ffc54
commit 568d769cc8
12 changed files with 101 additions and 49 deletions

View File

@@ -1,4 +1,6 @@
namespace MediaBrowser.Model.Search
using System;
namespace MediaBrowser.Model.Search
{
/// <summary>
/// Class SearchHintResult
@@ -94,13 +96,18 @@
/// </summary>
/// <value>The display type of the media.</value>
public string DisplayMediaType { get; set; }
public DateTime? StartDate { get; set; }
public DateTime? EndDate { get; set; }
/// <summary>
/// Gets or sets the series.
/// </summary>
/// <value>The series.</value>
public string Series { get; set; }
public string Status { get; set; }
/// <summary>
/// Gets or sets the album.
/// </summary>