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