Add option to allow extras to use embedded titles

This commit is contained in:
Joe Rogers
2022-05-17 23:00:13 +02:00
parent e4040ab812
commit a74b8b99af
2 changed files with 4 additions and 2 deletions

View File

@@ -45,6 +45,8 @@ namespace MediaBrowser.Model.Configuration
public bool EnableEmbeddedTitles { get; set; }
public bool EnableEmbeddedExtrasTitles { get; set; }
public bool EnableEmbeddedEpisodeInfos { get; set; }
public int AutomaticRefreshIntervalDays { get; set; }