mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-16 07:12:18 +01:00
#2407: Prefer MP4-Metadata for episodes
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
@@ -36,6 +36,7 @@ namespace MediaBrowser.Model.MediaInfo
|
||||
/// <value>The studios.</value>
|
||||
public string[] Studios { get; set; }
|
||||
public string[] Genres { get; set; }
|
||||
public string ShowName { get; set; }
|
||||
public int? IndexNumber { get; set; }
|
||||
public int? ParentIndexNumber { get; set; }
|
||||
public int? ProductionYear { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user