#2407: Prefer MP4-Metadata for episodes

This commit is contained in:
Ulrich Wagner
2020-02-17 14:56:31 +01:00
parent 3bc0ce070d
commit d7f199bb1c
4 changed files with 30 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ namespace MediaBrowser.Model.Configuration
public bool ImportMissingEpisodes { get; set; }
public bool EnableAutomaticSeriesGrouping { get; set; }
public bool EnableEmbeddedTitles { get; set; }
public bool EnableEmbeddedEpisodeInfos { get; set; }
public int AutomaticRefreshIntervalDays { get; set; }