Skip to content

Commit

Permalink
[PicturePlayer] Fix an accidental rename of a function
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Aug 1, 2021
1 parent 30285a2 commit a0b0934
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Plugins/Extensions/PicturePlayer/ui.py
Expand Up @@ -578,7 +578,7 @@ def start_decode(self):
self.picload.startDecode(self.filelist[self.index])
self["point"].show()

def __next__(self):
def next(self):
self.index += 1
if self.index > self.maxentry:
self.index = 0
Expand Down

0 comments on commit a0b0934

Please sign in to comment.