Added a general Catch statement in the timer

master
Gianmarco Gargiulo 2022-08-12 18:30:47 +02:00
parent a02420205b
commit 4d27e9dea0
1 changed files with 2 additions and 1 deletions

View File

@ -34,7 +34,8 @@ Public Sub Timer1_Timer()
TitleLabel.Text = songTitle
ArtistLabel.Text = songArtist & " · " & songAlbum & " (" & songYear & ")"
CoverPic.Picture = Picture.Load(songCover)
Catch
End
Public Sub Form_Open()