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):
"track",
"duration",
"mimetype",
"creation_date",
"bitrate",
"size",
"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.
Finish editing this message first!
Please register or to comment