forked from openlp/openlp
Fix a problem with the new QMediaPlayer not controlling the playlist anymore
This commit is contained in:
parent
e5c6938577
commit
f759bda9e7
@ -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):
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user