Fix compare issue w refresh button crash - thx Janusz :)

This commit is contained in:
niksedk 2021-07-23 22:45:54 +02:00
parent 7e62792db3
commit c5252bffcd

View File

@ -81,7 +81,7 @@ namespace Nikse.SubtitleEdit.Forms
subtitleListView1.Fill(subtitle1);
if (!string.IsNullOrEmpty(subtitleFileName1))
if (!string.IsNullOrEmpty(subtitleFileName1) && File.Exists(subtitleFileName1))
{
try
{