Reignore info sent to frontend

This commit is contained in:
Thomas Adamcik 2011-06-23 21:40:32 +02:00
parent 742ecf10ae
commit 34203e2ba1

View File

@ -39,6 +39,9 @@ class MpdFrontend(ThreadingActor, BaseFrontend):
logger.info(u'MPD server running at [%s]:%s', hostname, port)
def on_receive(self, message):
pass # Ignore state info that is sent to frontend.
class MpdSession(network.LineProtocol):
"""