clear out on error

This commit is contained in:
Greg DiCristofaro 2022-02-11 11:43:41 -05:00
parent 42a7844b2f
commit 97d5d6cfec

View File

@ -305,6 +305,8 @@ public class MediaPlayerPanel extends JPanel implements MediaFileViewer.MediaVie
infoLabel.setText(String.format(
"<html><font color='red'>%s</font></html>",
MEDIA_PLAYER_ERROR_STRING));
progressLabel.setText("");
});
timer.stop();
}