summaryrefslogtreecommitdiff
path: root/nephilim/plugins/PlayControl.py
diff options
context:
space:
mode:
Diffstat (limited to 'nephilim/plugins/PlayControl.py')
-rw-r--r--nephilim/plugins/PlayControl.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/nephilim/plugins/PlayControl.py b/nephilim/plugins/PlayControl.py
index b93dbdc..1338fea 100644
--- a/nephilim/plugins/PlayControl.py
+++ b/nephilim/plugins/PlayControl.py
@@ -141,6 +141,10 @@ class wgPlayControl(QtGui.QToolBar):
self.p.mpclient.set_volume(self.vol_slider.value())
class PlayControl(Plugin):
+ # public, const
+ info = 'Controls playback.'
+
+ # public, read-only
o = None
def _load(self):
@@ -149,5 +153,3 @@ class PlayControl(Plugin):
def _unload(self):
QtGui.QApplication.instance().main_win.removeToolBar(self.o)
self.o = None
- def getInfo(self):
- return "Have total control over the playing!"