mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 12:19:15 +02:00
FIx #307: Expose track files date in manage API
This commit is contained in:
parent
b2a876b4df
commit
917a6fa12e
2 changed files with 2 additions and 0 deletions
|
@ -55,6 +55,7 @@ class ManageTrackFileSerializer(serializers.ModelSerializer):
|
|||
"track",
|
||||
"duration",
|
||||
"mimetype",
|
||||
"creation_date",
|
||||
"bitrate",
|
||||
"size",
|
||||
"path",
|
||||
|
|
1
changes/changelog.d/307.bugfix
Normal file
1
changes/changelog.d/307.bugfix
Normal file
|
@ -0,0 +1 @@
|
|||
Expose track files date in manage API (#307)
|
Loading…
Add table
Add a link
Reference in a new issue