mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-02-28 15:32:27 +00:00
Add json parser for video rotation side data
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
@@ -122,6 +122,12 @@ namespace MediaBrowser.Model.Entities
|
||||
/// <value>The Dolby Vision bl signal compatibility id.</value>
|
||||
public int? DvBlSignalCompatibilityId { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the Rotation.
|
||||
/// </summary>
|
||||
/// <value>The video rotation.</value>
|
||||
public int? Rotation { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the comment.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user