Add FIXME conccerning volume in playback backend

This commit is contained in:
Thomas Adamcik 2010-04-07 00:03:43 +02:00
parent acbe116494
commit 2671bab2f1

View File

@ -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].