summaryrefslogtreecommitdiffstats
path: root/win/CS/HandBrakeWPF/Model/Audio
diff options
context:
space:
mode:
authorsr55 <[email protected]>2021-01-15 22:21:17 +0000
committersr55 <[email protected]>2021-01-15 22:21:17 +0000
commitd57a00a652cce7ac8ea75937029e9c85ab9864d5 (patch)
treec4746d550829280375143698f77d1137ca01c2fd /win/CS/HandBrakeWPF/Model/Audio
parent1e75e508a7d626acf35281c19ac4dba7438b6887 (diff)
WinGui: Switch over to System.Text.Json for the Queue Services.
Diffstat (limited to 'win/CS/HandBrakeWPF/Model/Audio')
-rw-r--r--win/CS/HandBrakeWPF/Model/Audio/AudioBehaviourTrack.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrakeWPF/Model/Audio/AudioBehaviourTrack.cs b/win/CS/HandBrakeWPF/Model/Audio/AudioBehaviourTrack.cs
index a6f8c9860..b6dd0fdd2 100644
--- a/win/CS/HandBrakeWPF/Model/Audio/AudioBehaviourTrack.cs
+++ b/win/CS/HandBrakeWPF/Model/Audio/AudioBehaviourTrack.cs
@@ -13,13 +13,13 @@ namespace HandBrakeWPF.Model.Audio
using System.ComponentModel;
using System.Globalization;
using System.Linq;
+ using System.Text.Json.Serialization;
using Caliburn.Micro;
using HandBrake.Interop.Interop;
using HandBrake.Interop.Interop.Model;
using HandBrake.Interop.Interop.Model.Encoding;
- using Newtonsoft.Json;
using Services.Encode.Model.Models;
using Utilities;