finish implementation of opensubtitles downloader

This commit is contained in:
Luis Miguel Almánzar
2014-05-05 03:36:26 -04:00
parent b522a11f64
commit 9ef0793b28
3 changed files with 44 additions and 16 deletions

View File

@@ -49,7 +49,9 @@ namespace MediaBrowser.Controller.Providers
public string MediaPath { get; set; }
public string SeriesName { get; set; }
public string Name { get; set; }
public int? IndexNumber { get; set; }
public int? ParentIndexNumber { get; set; }
public long ImdbId { get; set; }
}
}