update subtitle download setting

This commit is contained in:
Luke Pulverenti
2016-03-19 18:31:00 -04:00
parent 77e36768e4
commit b2d1c0dee3
4 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ namespace MediaBrowser.Model.Providers
{
public class SubtitleOptions
{
public bool SkipIfGraphicalSubtitlesPresent { get; set; }
public bool SkipIfEmbeddedSubtitlesPresent { get; set; }
public bool SkipIfAudioTrackMatches { get; set; }
public string[] DownloadLanguages { get; set; }
public bool DownloadMovieSubtitles { get; set; }