mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-05 17:55:18 +02:00
Admin UI for libraries and uploads
This commit is contained in:
parent
9aee135c2f
commit
a605bcbe76
27 changed files with 2140 additions and 361 deletions
|
@ -440,8 +440,6 @@ class UploadViewSet(
|
|||
"artist__name",
|
||||
)
|
||||
|
||||
fetches = federation_decorators.fetches_route()
|
||||
|
||||
def get_queryset(self):
|
||||
qs = super().get_queryset()
|
||||
return qs.filter(library__actor=self.request.user.actor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue