indiescrobble/scrobble/types.go

8 lines
164 B
Go
Raw Normal View History

package scrobble
var ScrobbleTypeNames = map[string]string {
"scrobble" : "🎧 Listen",
"tv" : "📺 TV Show",
"movie": "🎬 Movie",
"read": "📖 Read",
};