tests: Add a TODO to the dummy audio helper
This commit is contained in:
parent
c1d21bd6c9
commit
f42a5423ab
@ -15,6 +15,7 @@ def create_proxy(config=None, mixer=None):
|
|||||||
return DummyAudio.start(config, mixer).proxy()
|
return DummyAudio.start(config, mixer).proxy()
|
||||||
|
|
||||||
|
|
||||||
|
# TODO: reset position on track change?
|
||||||
class DummyAudio(pykka.ThreadingActor):
|
class DummyAudio(pykka.ThreadingActor):
|
||||||
|
|
||||||
def __init__(self, config=None, mixer=None):
|
def __init__(self, config=None, mixer=None):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user