Allow clients to use carriage return in mpd sessions
This commit is contained in:
parent
4049b23c3f
commit
68c947ddf2
@ -48,6 +48,7 @@ class MpdSession(network.LineProtocol):
|
||||
|
||||
terminator = protocol.LINE_TERMINATOR
|
||||
encoding = protocol.ENCODING
|
||||
delimeter = r'\r?\n'
|
||||
|
||||
def __init__(self, connection):
|
||||
super(MpdSession, self).__init__(connection)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user