aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.MediaEncoding/Probing
diff options
context:
space:
mode:
authorMrTimscampi <julien.machiels@protonmail.com>2020-05-16 17:35:34 +0200
committerMrTimscampi <julien.machiels@protonmail.com>2020-05-16 17:35:34 +0200
commit9314434bbf79250f1e545b459c545f57d5acc67c (patch)
tree503f6084481a5d022bf478d7e2347dec11fda8a1 /MediaBrowser.MediaEncoding/Probing
parent2e18142bb32554cf162827ab1ca7a8040107baea (diff)
Fix suggestions
Diffstat (limited to 'MediaBrowser.MediaEncoding/Probing')
-rw-r--r--MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs b/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs
index d7b0e0e64..a2ea0766a 100644
--- a/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs
+++ b/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs
@@ -287,9 +287,9 @@ namespace MediaBrowser.MediaEncoding.Probing
public string ColorTransfer { get; set; }
/// <summary>
- /// Gets or sets the color transfer.
+ /// Gets or sets the color primaries.
/// </summary>
- /// <value>The color transfer.</value>
+ /// <value>The color primaries.</value>
[JsonPropertyName("color_primaries")]
public string ColorPrimaries { get; set; }
}