Fixing build issues
This commit is contained in:
parent
9a5f0adf33
commit
6858011bc0
|
@ -236,7 +236,7 @@ func (s *YouTubeSong) Play() {
|
|||
if err := dj.audioStream.Play(); err != nil {
|
||||
panic(err)
|
||||
} else {
|
||||
if s.Playlist() == &nil {
|
||||
if isNil(s.Playlist()) {
|
||||
message := `
|
||||
<table>
|
||||
<tr>
|
||||
|
|
Reference in a new issue