WinGui: Fix a StackOverflow Exception that could occur.

This commit is contained in:
sr55 2025-12-13 23:07:00 +00:00
parent 19a618d2c4
commit aa5f32187d
No known key found for this signature in database
GPG Key ID: ECE911849A3E21A5
1 changed files with 0 additions and 12 deletions

View File

@ -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>