Skip to content
Snippets Groups Projects
Verified Commit 917a6fa1 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

FIx #307: Expose track files date in manage API

parent b2a876b4
No related branches found
No related tags found
No related merge requests found
...@@ -55,6 +55,7 @@ class ManageTrackFileSerializer(serializers.ModelSerializer): ...@@ -55,6 +55,7 @@ class ManageTrackFileSerializer(serializers.ModelSerializer):
"track", "track",
"duration", "duration",
"mimetype", "mimetype",
"creation_date",
"bitrate", "bitrate",
"size", "size",
"path", "path",
......
Expose track files date in manage API (#307)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment