diff --git a/source/UI/js/Video/VideoPlayer.js b/source/UI/js/Video/VideoPlayer.js index f4cc1e8e..3b739f6a 100644 --- a/source/UI/js/Video/VideoPlayer.js +++ b/source/UI/js/Video/VideoPlayer.js @@ -1436,7 +1436,7 @@ Ox.VideoPlayer = function(options, self) { if ( v.position <= self.options.position && ( i == self.options.chapters.length - 1 - || self.options.chapters[i + 1].position >= self.options.position + || self.options.chapters[i + 1].position > self.options.position ) ) { chapterTitle = v.title;