Apply suggestions from code review
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
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…
Reference in New Issue
Block a user