diff options
| author | Joshua M. Boniface <joshua@boniface.me> | 2020-08-05 00:00:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-05 00:00:15 -0400 |
| commit | 3e974c03519edd5ceb262a475a8b35ff2839add6 (patch) | |
| tree | d18dd39b10c85733c66dc4ce619a304a0087ca03 /MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs | |
| parent | ff4489575b0b29638285a0cf255289134900009f (diff) | |
| parent | 393666efcfa85e858857334b5cb5a3ec70586f20 (diff) | |
Merge pull request #3825 from crobibero/api-merge-again
Merge master into api-migration
Diffstat (limited to 'MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs')
| -rw-r--r-- | MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs b/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs index a2ea0766a..8996d3b09 100644 --- a/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs +++ b/MediaBrowser.MediaEncoding/Probing/MediaStreamInfo.cs @@ -269,6 +269,10 @@ namespace MediaBrowser.MediaEncoding.Probing [JsonPropertyName("loro_surmixlev")] public string LoroSurmixlev { get; set; } + /// <summary> + /// Gets or sets the field_order. + /// </summary> + /// <value>The field_order.</value> [JsonPropertyName("field_order")] public string FieldOrder { get; set; } |
