mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 10:29:20 +02:00
Fixed compat with iTunes
This commit is contained in:
parent
c70135c9e3
commit
c96fd5d539
6 changed files with 95 additions and 35 deletions
|
@ -20,6 +20,7 @@ router.register(r"tracks", views.TrackViewSet, "tracks")
|
|||
router.register(r"uploads", views.UploadViewSet, "uploads")
|
||||
router.register(r"libraries", views.LibraryViewSet, "libraries")
|
||||
router.register(r"listen", views.ListenViewSet, "listen")
|
||||
router.register(r"stream", views.StreamViewSet, "stream")
|
||||
router.register(r"artists", views.ArtistViewSet, "artists")
|
||||
router.register(r"channels", audio_views.ChannelViewSet, "channels")
|
||||
router.register(r"subscriptions", audio_views.SubscriptionsViewSet, "subscriptions")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue