Fix some behaviour with playlist/smartblock fade button
This commit is contained in:
parent
d18d52a37a
commit
63784d4e6b
4 changed files with 10 additions and 9 deletions
|
@ -38,6 +38,7 @@ def soundcloud_upload(data, token, file_path):
|
|||
@celery.task(name='soundcloud-download', acks_late=True)
|
||||
def soundcloud_download(token, callback_url, track_id=None):
|
||||
"""
|
||||
This is in stasis
|
||||
|
||||
:param token: OAuth2 client access token
|
||||
:param track_id: SoundCloud track identifier
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue