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(), )