This commit is contained in:
niksedk 2021-11-12 20:20:19 +01:00
commit 26daa19453

View File

@ -24105,7 +24105,7 @@ namespace Nikse.SubtitleEdit.Forms
return;
}
if (string.IsNullOrEmpty(VideoFileName))
if (string.IsNullOrEmpty(VideoFileName) || !File.Exists(VideoFileName))
{
buttonOpenVideo_Click(sender, e);
if (string.IsNullOrEmpty(VideoFileName))