work on player

This commit is contained in:
bkfox
2019-08-15 12:43:10 +02:00
parent e0f1ac498f
commit abaccf9ded
35 changed files with 17936 additions and 185 deletions

View File

@ -18,7 +18,7 @@ register_converter(WeekConverter, 'week')
api = [
path('on-air/', views.api.OnAirAPIView.as_view(), name='on-air'),
path('live/', views.api.LiveAPIView.as_view(), name='api-live'),
]