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
1 changed files with 1 additions and 1 deletions

View File

@ -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):
"""