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

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
parents e068f4c1 917a6fa1
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