audio: Fix position changed argument name
This commit is contained in:
parent
41d48dc0ec
commit
9488973592
@ -37,7 +37,7 @@ class AudioListener(listener.Listener):
|
||||
"""
|
||||
pass
|
||||
|
||||
def position_changed(self, position_changed):
|
||||
def position_changed(self, position):
|
||||
"""
|
||||
Called whenever the position of the stream changes.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user