Merge branch '307-wrong-date' into 'develop'

Resolve "import date is always "a few seconds ago" on /manage/library/files"

Closes #307

See merge request funkwhale/funkwhale!273
environments/review-docs-256-t-yq4xet/deployments/18
Eliot Berriot 2018-06-24 12:09:58 +00:00
commit 943064791a
2 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

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

Wyświetl plik

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