Fixing build issues

This commit is contained in:
MichaelOultram 2015-07-28 13:32:09 +01:00
parent 9a5f0adf33
commit 6858011bc0

View file

@ -236,7 +236,7 @@ func (s *YouTubeSong) Play() {
if err := dj.audioStream.Play(); err != nil { if err := dj.audioStream.Play(); err != nil {
panic(err) panic(err)
} else { } else {
if s.Playlist() == &nil { if isNil(s.Playlist()) {
message := ` message := `
<table> <table>
<tr> <tr>