hasPreviousVideo method

bool hasPreviousVideo()

Implementation

bool hasPreviousVideo() {
  return currentPlaying != 0;
}