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 {
|
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>
|
||||||
|
|
Reference in a new issue