back method

void back()

Jumps to previous Media in the Player's queue.

Implementation

void back() {
  LWM.bindings.PlayerBack(
    id,
  );
}