Netflix quality check - use current frame rate - thx Filip :)

This commit is contained in:
Nikolaj Olsson 2021-05-04 15:22:03 +02:00
parent 20d30233f0
commit 01a9f6c91d

View File

@ -16,7 +16,7 @@ namespace Nikse.SubtitleEdit.Core.NetflixQualityCheck
/// </summary>
public string Language { get; set; } = "en";
public double FrameRate { get; set; } = 24;
public double FrameRate { get; set; } = Configuration.Settings.General.CurrentFrameRate;
public string VideoFileName { get; set; }
public bool VideoExists => !string.IsNullOrEmpty(VideoFileName);