diff options
Diffstat (limited to 'win/CS/HandBrake.Interop/Interop/Json/Encode/Destination.cs')
-rw-r--r-- | win/CS/HandBrake.Interop/Interop/Json/Encode/Destination.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/CS/HandBrake.Interop/Interop/Json/Encode/Destination.cs b/win/CS/HandBrake.Interop/Interop/Json/Encode/Destination.cs index 0d8b2daeb..ab822c33a 100644 --- a/win/CS/HandBrake.Interop/Interop/Json/Encode/Destination.cs +++ b/win/CS/HandBrake.Interop/Interop/Json/Encode/Destination.cs @@ -44,6 +44,6 @@ namespace HandBrake.Interop.Interop.Json.Encode /// <summary> /// Gets or sets the mux. /// </summary> - public int Mux { get; set; } + public string Mux { get; set; } } }
\ No newline at end of file |