Added a fix for #59

This commit is contained in:
Daniel S. Billing 2021-01-24 17:23:16 +01:00
parent 1b06be9ef3
commit 8cb50ea28a
1 changed files with 0 additions and 1 deletions

View File

@ -324,7 +324,6 @@ Public Class MusicManager
End Sub
Private Shared Sub Play(song As SongContainer)
Private Shared Sub Play(song As SongContainer, Optional ByVal introSong As SongContainer = Nothing)
If Not song Is Nothing Then
Logger.Debug($"Play song [{song.Name}]")