diff --git a/openlp/core/ui/maindisplay.py b/openlp/core/ui/maindisplay.py index 68ad65b02..12c842203 100644 --- a/openlp/core/ui/maindisplay.py +++ b/openlp/core/ui/maindisplay.py @@ -672,7 +672,7 @@ class AudioPlayer(OpenLPMixin, QtCore.QObject): """ Skip forward to the next track in the list """ - self.player.next() + self.playlist.next() def go_to(self, index): """