By renaming: self.playerlist.next() to self.playlist.next()
in maindisplay.py derf next(self)
This commit is contained in:
Olli Suutari 2017-06-04 15:26:50 +03:00
parent f8b32578f4
commit c135028b46
1 changed files with 1 additions and 1 deletions

View File

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