mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 04:29:23 +02:00
Audio federation
This commit is contained in:
parent
6992c567fb
commit
e49a460203
85 changed files with 2598 additions and 1204 deletions
|
@ -1,5 +1,5 @@
|
|||
import django.dispatch
|
||||
|
||||
track_file_import_status_updated = django.dispatch.Signal(
|
||||
providing_args=["old_status", "new_status", "track_file"]
|
||||
upload_import_status_updated = django.dispatch.Signal(
|
||||
providing_args=["old_status", "new_status", "upload"]
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue