Skip to content
Snippets Groups Projects
Commit c6466493 authored by ale's avatar ale
Browse files

send uploaded_at as an iso-format date string

parent 422b2073
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ class MP3(Base):
'genre': self.genre,
'sha1': self.sha1,
'size': self.size,
'uploaded_at': self.uploaded_at}
'uploaded_at': self.uploaded_at.isoformat()}
if self.duplicate_of:
data['duplicate_of'] = self.duplicate_of
if self.track_num:
......
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