forked from openlp/openlp
By renaming: self.playerlist.next() to self.playlist.next() in maindisplay.py derf next(self)
This commit is contained in:
parent
f8b32578f4
commit
c135028b46
@ -689,7 +689,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.playerlist.next()
|
self.playlist.next()
|
||||||
|
|
||||||
def go_to(self, index):
|
def go_to(self, index):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user