mirror of
https://github.com/spl0k/supysonic.git
synced 2024-12-23 01:16:18 +00:00
parent
c36d1813ee
commit
420003dfc1
@ -73,7 +73,7 @@ def user_profile(uid, user):
|
|||||||
@me_or_uuid
|
@me_or_uuid
|
||||||
def update_clients(uid, user):
|
def update_clients(uid, user):
|
||||||
clients_opts = dict()
|
clients_opts = dict()
|
||||||
for key, value in request.form.iteritems():
|
for key, value in request.form.items():
|
||||||
if '_' not in key:
|
if '_' not in key:
|
||||||
continue
|
continue
|
||||||
parts = key.split('_')
|
parts = key.split('_')
|
||||||
|
@ -24,6 +24,7 @@ class TranscodingTestCase(ApiTestBase):
|
|||||||
self.skipTest('Logging/atexit error')
|
self.skipTest('Logging/atexit error')
|
||||||
|
|
||||||
super(TranscodingTestCase, self).setUp()
|
super(TranscodingTestCase, self).setUp()
|
||||||
|
self._patch_client()
|
||||||
|
|
||||||
FolderManager.add('Folder', 'tests/assets/folder')
|
FolderManager.add('Folder', 'tests/assets/folder')
|
||||||
scanner = Scanner()
|
scanner = Scanner()
|
||||||
|
Loading…
Reference in New Issue
Block a user