Apply suggestions from code review

Signed-off-by: nyanmisaka <nst799610810@gmail.com>
pull/11250/head
nyanmisaka 7 months ago
parent 2aa9cf4007
commit d447207489

@ -71,7 +71,7 @@ namespace MediaBrowser.MediaEncoding.Probing
public int? DvBlSignalCompatibilityId { get; set; }
/// <summary>
/// Gets or sets the Rotation.
/// Gets or sets the Rotation in degrees.
/// </summary>
/// <value>The Rotation.</value>
[JsonPropertyName("rotation")]

@ -124,7 +124,7 @@ namespace MediaBrowser.Model.Entities
public int? DvBlSignalCompatibilityId { get; set; }
/// <summary>
/// Gets or sets the Rotation.
/// Gets or sets the Rotation in degrees.
/// </summary>
/// <value>The video rotation.</value>
public int? Rotation { get; set; }

Loading…
Cancel
Save