mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-04 07:46:32 +01:00
Fix trickplay generation for parts and alt versions
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user