diff options
| author | crobibero <cody@robibe.ro> | 2020-12-07 14:58:27 -0700 |
|---|---|---|
| committer | crobibero <cody@robibe.ro> | 2020-12-07 14:58:27 -0700 |
| commit | 6e9837844738de7bc55dae9994538535e62ed888 (patch) | |
| tree | e085338816b2d33625e080164743444ce0fc38a0 /tests/Jellyfin.Common.Tests/Models/BoolTypeModel.cs | |
| parent | 66a1880a580b25db7add41ed3947166b10415f37 (diff) | |
Simplify converter
Diffstat (limited to 'tests/Jellyfin.Common.Tests/Models/BoolTypeModel.cs')
| -rw-r--r-- | tests/Jellyfin.Common.Tests/Models/BoolTypeModel.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/Jellyfin.Common.Tests/Models/BoolTypeModel.cs b/tests/Jellyfin.Common.Tests/Models/BoolTypeModel.cs deleted file mode 100644 index feb952efc..000000000 --- a/tests/Jellyfin.Common.Tests/Models/BoolTypeModel.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System.Text.Json.Serialization; -using MediaBrowser.Common.Json.Converters; - -namespace Jellyfin.Common.Tests.Models -{ - /// <summary> - /// The bool type model. - /// </summary> - public class BoolTypeModel - { - /// <summary> - /// Gets or sets a value indicating whether the value is true or false. - /// </summary> - [JsonConverter(typeof(JsonBoolNumberConverter))] - public bool Value { get; set; } - } -}
\ No newline at end of file |
