Fixing build issues
This commit is contained in:
parent
381da0faca
commit
2da725e736
|
@ -84,8 +84,9 @@ func (y YouTube) NewRequest(user *gumble.User, url string) error {
|
|||
NewYouTubeSong(user.Name, shortURL, startOffset, nil)
|
||||
}
|
||||
return nil
|
||||
} else {
|
||||
return err
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
||||
// ------------
|
||||
|
|
Reference in a new issue