Added a fix for #59
This commit is contained in:
parent
1b06be9ef3
commit
8cb50ea28a
|
@ -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}]")
|
||||
|
|
Loading…
Reference in New Issue