~minus/stewdio-api

28e900f5699876dfc2f495f242c4c161eef5e7b9 — minus 6 years ago 8866cb4
Fix history JSON
1 files changed, 1 insertions(+), 1 deletions(-)

M stewdio/types/history.py
M stewdio/types/history.py => stewdio/types/history.py +1 -1
@@ 15,6 15,6 @@ class History(Base):
    def json(self):
        return dict(
            id=self.id,
            play_time=self.play_time,
            play_time=self.play_time.timestamp(),
            song=self.song.json(),
        )