FIx #307: Expose track files date in manage API

This commit is contained in:
Eliot Berriot 2018-06-24 14:03:37 +02:00
parent b2a876b4df
commit 917a6fa12e
No known key found for this signature in database
GPG Key ID: DD6965E2476E5C27
2 changed files with 2 additions and 0 deletions

View File

@ -55,6 +55,7 @@ class ManageTrackFileSerializer(serializers.ModelSerializer):
"track",
"duration",
"mimetype",
"creation_date",
"bitrate",
"size",
"path",

View File

@ -0,0 +1 @@
Expose track files date in manage API (#307)