Skip to content

Instantly share code, notes, and snippets.

@Oshuma
Created January 19, 2011 02:13
Show Gist options
  • Select an option

  • Save Oshuma/785564 to your computer and use it in GitHub Desktop.

Select an option

Save Oshuma/785564 to your computer and use it in GitHub Desktop.
if ((player.inShuffle() && player.playedSongCount() > 0 && !player.isDirty() && this.main.playerScreen.playButtonAvailable()) ||
(!player.inShuffle() && ((player.getQueueIndex() - 1) >= 1) && !player.isDirty() && this.main.playerScreen.playButtonAvailable())) {
// What the fuck just happened up there?
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment