Merge pull request #17280 from Shadowghost/remove-image-override-hack

Remove episode image override hack
This commit is contained in:
Bond-009
2026-07-17 22:06:07 +02:00
committed by GitHub
4 changed files with 26 additions and 44 deletions
@@ -81,13 +81,6 @@ namespace MediaBrowser.Controller.Dto
/// </summary>
public bool AddCurrentProgram { get; set; }
/// <summary>
/// Gets or sets a value indicating whether an episode's portrait poster (its season's primary
/// image, falling back to the series') should replace the episode's own (16:9) primary image.
/// Used by views that render episodes as poster cards, e.g. "Latest".
/// </summary>
public bool PreferEpisodeParentPoster { get; set; }
/// <summary>
/// Gets a value indicating whether the specified field is populated.
/// </summary>