Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save BitesizedLion/3faf5ca66044a36f35dedc417a6bf566 to your computer and use it in GitHub Desktop.
Save BitesizedLion/3faf5ca66044a36f35dedc417a6bf566 to your computer and use it in GitHub Desktop.
flip sound@cinnamon.org (artist, track -> track, artist)
this.trackInfo.add_actor(artistInfo);
this.trackInfo.add_actor(titleInfo);
^^ flip to
this.trackInfo.add_actor(titleInfo);
this.trackInfo.add_actor(artistInfo);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment