更新
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]
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -25,9 +25,9 @@ def start():
|
||||
|
||||
sync()
|
||||
|
||||
if len(delPlaylistIds) > 0:
|
||||
for delId in delPlaylistIds:
|
||||
delPlaylist(delId, token)
|
||||
# if len(delPlaylistIds) > 0:
|
||||
# for delId in delPlaylistIds:
|
||||
# delPlaylist(delId, token)
|
||||
|
||||
if __name__ == 'main':
|
||||
start()
|
||||
|
@ -1,3 +0,0 @@
|
||||
#EXTM3U
|
||||
#EXTINF:317,浮森かや子 - お隣はだあれ
|
||||
/music/浮森かや子/お隣はだあれ.mp3
|
@ -1 +0,0 @@
|
||||
#EXTM3U
|
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user