Clean up json Converters

This commit is contained in:
crobibero
2020-08-26 08:22:48 -06:00
parent 582c016d3b
commit 8b96881aa1
12 changed files with 11 additions and 437 deletions

View File

@@ -133,7 +133,6 @@ namespace MediaBrowser.MediaEncoding.Probing
/// </summary>
/// <value>The bits_per_raw_sample.</value>
[JsonPropertyName("bits_per_raw_sample")]
[JsonConverter(typeof(JsonInt32Converter))]
public int BitsPerRawSample { get; set; }
/// <summary>