allowing pointer

This commit is contained in:
Hazel Noack 2025-10-08 10:33:13 +02:00
parent a99dee5104
commit 19ec6d1571

View File

@ -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
}