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

View file

@ -26,6 +26,10 @@ to quickly create a Cobra application.`,
for k, v := range curr {
fmt.Println(k, ":", v)
}
sticks, _ := mpd.StickersGetFor(curr["file"])
for _, v := range sticks {
fmt.Println(v.Name, "*:", v.Value)
}
},
}