allowing pointer

This commit is contained in:
Hazel Noack
2025-10-08 10:32:43 +02:00
parent 8587bdf360
commit a99dee5104
4 changed files with 24 additions and 12 deletions

View File

@@ -15,6 +15,8 @@ type Plugin interface {
RegexAlbum() *regexp.Regexp
RegexSong() *regexp.Regexp
Init()
Search(query common.Query) ([]data.MusicObject, error)
FetchArtist(source data.Source) (data.Artist, error)