mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-22 01:54:42 +01:00
add basic open subtitle configuration
This commit is contained in:
@@ -323,6 +323,9 @@ namespace MediaBrowser.Model.Configuration
|
||||
public bool DownloadMovieSubtitles { get; set; }
|
||||
public bool DownloadEpisodeSubtitles { get; set; }
|
||||
|
||||
public string OpenSubtitlesUsername { get; set; }
|
||||
public string OpenSubtitlesPasswordHash { get; set; }
|
||||
|
||||
public SubtitleOptions()
|
||||
{
|
||||
SubtitleDownloadLanguages = new string[] { };
|
||||
|
||||
Reference in New Issue
Block a user