更新
This commit is contained in:
@ -8,8 +8,9 @@ class MusicHandler(OutboundHandler):
|
||||
:return: (request, args, kwargs)
|
||||
"""
|
||||
# raise NotImplementedError
|
||||
print("222")
|
||||
print(status)
|
||||
print('music handler started')
|
||||
if status == 200:
|
||||
navidromePlaylistSync.start()
|
||||
|
||||
headers['Transfer-Encoding'] = 'gzip'
|
||||
return [response, headers, status, content]
|
Reference in New Issue
Block a user