Add FIXME conccerning volume in playback backend
This commit is contained in:
parent
acbe116494
commit
2671bab2f1
@ -433,6 +433,8 @@ class BasePlaybackController(object):
|
||||
|
||||
@property
|
||||
def volume(self):
|
||||
# FIXME Shouldn't we just be using the backend mixer directly? ie can we
|
||||
# remove this?
|
||||
"""
|
||||
The audio volume as an int in the range [0, 100].
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user