allowing pointer
This commit is contained in:
parent
a99dee5104
commit
19ec6d1571
@ -1,6 +1,7 @@
|
||||
package plugin
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"regexp"
|
||||
"strings"
|
||||
|
||||
@ -45,7 +46,7 @@ func (m Musify) RegexSong() *regexp.Regexp {
|
||||
|
||||
func (m Musify) Search(query common.Query) ([]data.MusicObject, error) {
|
||||
res := []data.MusicObject{}
|
||||
|
||||
fmt.Println("meow")
|
||||
return res, nil
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user