Stickers ✴️

This commit is contained in:
Dan Jones 2023-08-27 10:49:37 -05:00
commit 6d4b8c1ebd
2 changed files with 15 additions and 0 deletions

11
mpd/stickers.go Normal file
View file

@ -0,0 +1,11 @@
package mpd
import "github.com/fhs/gompd/v2/mpd"
func StickersGetFor(file string) ([]mpd.Sticker, error) {
if connerror != nil {
return nil, connerror
}
return conn.StickerList(file)
}