mpd: Change name of output from 'None' to 'Default'
This commit is contained in:
parent
6008a53027
commit
12942631bf
@ -39,6 +39,6 @@ def outputs(context):
|
||||
"""
|
||||
return [
|
||||
('outputid', 0),
|
||||
('outputname', None),
|
||||
('outputname', 'Default'),
|
||||
('outputenabled', 1),
|
||||
]
|
||||
|
||||
@ -15,6 +15,6 @@ class AudioOutputHandlerTest(protocol.BaseTestCase):
|
||||
def test_outputs(self):
|
||||
self.sendRequest('outputs')
|
||||
self.assertInResponse('outputid: 0')
|
||||
self.assertInResponse('outputname: None')
|
||||
self.assertInResponse('outputname: Default')
|
||||
self.assertInResponse('outputenabled: 1')
|
||||
self.assertInResponse('OK')
|
||||
|
||||
Loading…
Reference in New Issue
Block a user