Fix a problem with the new QMediaPlayer not controlling the playlist anymore

This commit is contained in:
Raoul Snyman 2017-03-16 21:26:49 -07:00
parent e5c6938577
commit f759bda9e7

View File

@ -672,7 +672,7 @@ class AudioPlayer(OpenLPMixin, QtCore.QObject):
""" """
Skip forward to the next track in the list Skip forward to the next track in the list
""" """
self.player.next() self.playlist.next()
def go_to(self, index): def go_to(self, index):
""" """