Skip to content
Snippets Groups Projects
Verified Commit 3a25143c authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Fixed broken library fetch due to commented line

parent c4334454
No related branches found
No related tags found
No related merge requests found
...@@ -164,7 +164,7 @@ class MusicLibraryViewSet( ...@@ -164,7 +164,7 @@ class MusicLibraryViewSet(
FederationMixin, mixins.RetrieveModelMixin, viewsets.GenericViewSet FederationMixin, mixins.RetrieveModelMixin, viewsets.GenericViewSet
): ):
authentication_classes = [authentication.SignatureAuthentication] authentication_classes = [authentication.SignatureAuthentication]
# renderer_classes = renderers.get_ap_renderers() renderer_classes = renderers.get_ap_renderers()
serializer_class = serializers.LibrarySerializer serializer_class = serializers.LibrarySerializer
queryset = music_models.Library.objects.all().select_related("actor") queryset = music_models.Library.objects.all().select_related("actor")
lookup_field = "uuid" lookup_field = "uuid"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment