Browse Source
- Introduced `audio_file` and `video_file` SerializerMethodFields in PodcastListSerializer and VideoListSerializer, respectively. - Implemented methods to return the full URL for audio and video files if they exist, enhancing the API response with direct access to media files. - Updated fields in both serializers to include the new file attributes, improving the data structure for clients consuming the API.master
2 changed files with 29 additions and 7 deletions
Loading…
Reference in new issue