don't use omdb for missing episodes

This commit is contained in:
Luke Pulverenti
2016-04-18 00:25:43 -04:00
parent 169554ccc4
commit 916b148274
5 changed files with 23 additions and 1 deletions

View File

@@ -10,6 +10,9 @@ namespace MediaBrowser.Controller.Providers
public int? IndexNumberEnd { get; set; }
public int? AnimeSeriesIndex { get; set; }
public bool IsMissingEpisode { get; set; }
public bool IsVirtualUnaired { get; set; }
public EpisodeInfo()
{
SeriesProviderIds = new Dictionary<string, string>(StringComparer.OrdinalIgnoreCase);