hasNextVideo method

bool hasNextVideo()

Implementation

bool hasNextVideo() {
  return currentPlaying != urls.length - 1;
}