diff options
| author | nyanmisaka <nst799610810@gmail.com> | 2024-08-28 03:20:04 +0800 |
|---|---|---|
| committer | nyanmisaka <nst799610810@gmail.com> | 2024-08-28 03:20:04 +0800 |
| commit | d4472074896a8ed3f66a6eb2c7cd438b97787ae4 (patch) | |
| tree | 33116463acd38f721095202127bf39bbd2280dbc /MediaBrowser.Model/Entities | |
| parent | 2aa9cf4007c0217a8b4868f90f9295a395637277 (diff) | |
Apply suggestions from code review
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
Diffstat (limited to 'MediaBrowser.Model/Entities')
| -rw-r--r-- | MediaBrowser.Model/Entities/MediaStream.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Model/Entities/MediaStream.cs b/MediaBrowser.Model/Entities/MediaStream.cs index 7e227c5aa..a0e8c39be 100644 --- a/MediaBrowser.Model/Entities/MediaStream.cs +++ b/MediaBrowser.Model/Entities/MediaStream.cs @@ -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; } |
