Fixing build issues

This commit is contained in:
MichaelOultram 2015-07-27 23:01:31 +01:00
parent 8604bae69c
commit 31f467591c

View file

@ -62,8 +62,8 @@ func (y YouTube) URLRegex(url string) bool {
}
// Creates the requested song/playlist and adds to the queue
func (y YouTube) NewRequest(user *gumble.User, url string) {
func (y YouTube) NewRequest(user *gumble.User, url string) error {
return nil
}
// ------------