mirror of https://github.com/HandBrake/HandBrake
WinGui: Fix a StackOverflow Exception that could occur.
This commit is contained in:
parent
19a618d2c4
commit
aa5f32187d
|
|
@ -446,18 +446,6 @@ namespace HandBrakeWPF.Model.Audio
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets a value indicating whether IsLossless.
|
||||
/// </summary>
|
||||
[JsonIgnore]
|
||||
public bool IsLossless
|
||||
{
|
||||
get
|
||||
{
|
||||
return this.IsPassthru || this.IsLossless;
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Gets TrackReference.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Reference in New Issue