Merge branch 'master' of git.flexites.org:Students/ITRadio
This commit is contained in:
commit
41dc8a169e
|
|
@ -119,7 +119,7 @@ class FavoriteSongViewSet(GenericViewSet):
|
|||
azura = AzuraCast()
|
||||
queryset = FavoriteSong.objects.all()
|
||||
serializer_class = FavoriteSongSerializer
|
||||
#permission_classes = (IsAuthenticated, )
|
||||
permission_classes = (IsAuthenticated, )
|
||||
lookup_field = 'azura_id'
|
||||
|
||||
def list(self, request):
|
||||
|
|
|
|||
Loading…
Reference in New Issue