Fixing build errors

This commit is contained in:
MichaelOultram 2015-08-16 01:19:51 +01:00
parent a5fe8960f2
commit 7a12696df3

View file

@ -92,7 +92,7 @@ func (sc SoundCloud) NewSong(user *gumble.User, trackData *jsonq.JsonQuery, play
dontSkip: false, dontSkip: false,
} }
dj.queue.AddSong(song) dj.queue.AddSong(song)
return song, nil return song.Title(), nil
} }
return "", errors.New(VIDEO_TOO_LONG_MSG) return "", errors.New(VIDEO_TOO_LONG_MSG)
} }