add download link; update player and pages layout

This commit is contained in:
bkfox
2022-10-07 16:15:32 +02:00
parent a24afd114e
commit 156b0afcb9
16 changed files with 13000 additions and 145 deletions

View File

@ -67,5 +67,5 @@ class PodcastSerializer(serializers.ModelSerializer):
class Meta:
model = Sound
fields = ['pk', 'name', 'program', 'episode', 'type',
'duration', 'mtime', 'url']
'duration', 'mtime', 'url', 'is_downloadable']