Fix trickplay generation for parts and alt versions

This commit is contained in:
Shadowghost
2026-03-06 00:16:04 +01:00
parent 744c5539d8
commit 268f23f39a
5 changed files with 14 additions and 4 deletions

View File

@@ -360,6 +360,12 @@ namespace MediaBrowser.Controller.Entities
public bool? HasOwnerId { get; set; }
/// <summary>
/// Gets or sets a value indicating whether to include items with an OwnerId
/// (additional parts, alternate versions) that are normally excluded from general queries.
/// </summary>
public bool IncludeOwnedItems { get; set; }
public bool? Is4K { get; set; }
public int? MaxHeight { get; set; }