Fixing build issues
This commit is contained in:
parent
8604bae69c
commit
31f467591c
|
@ -62,8 +62,8 @@ func (y YouTube) URLRegex(url string) bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Creates the requested song/playlist and adds to the queue
|
// 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
|
||||||
}
|
}
|
||||||
|
|
||||||
// ------------
|
// ------------
|
||||||
|
|
Reference in a new issue