Reignore info sent to frontend
This commit is contained in:
parent
742ecf10ae
commit
34203e2ba1
@ -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):
|
||||
"""
|
||||
|
||||
Loading…
Reference in New Issue
Block a user