From f759bda9e7f451ad9e7ddb723ad0d8b647d8e9be Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Thu, 16 Mar 2017 21:26:49 -0700 Subject: [PATCH] Fix a problem with the new QMediaPlayer not controlling the playlist anymore --- openlp/core/ui/maindisplay.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): """