rename subtitle config property

This commit is contained in:
Luke Pulverenti
2014-05-07 16:24:34 -04:00
parent d5b1730a7a
commit c183edc238
4 changed files with 12 additions and 8 deletions

View File

@@ -318,7 +318,7 @@ namespace MediaBrowser.Model.Configuration
public class SubtitleOptions
{
public bool RequireExternalSubtitles { get; set; }
public bool RequireTextSubtitles { get; set; }
public string[] DownloadLanguages { get; set; }
public bool DownloadMovieSubtitles { get; set; }
public bool DownloadEpisodeSubtitles { get; set; }