forked from rc/aircox
add download link; update player and pages layout
This commit is contained in:
@ -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']
|
||||
|
||||
|
Reference in New Issue
Block a user