11 lines
193 B
Go
11 lines
193 B
Go
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)
|
|
}
|