Add more stats.

This commit is contained in:
Jim Driessen
2017-09-28 17:25:21 +02:00
committed by Daan Sprenkels
parent cbc9284865
commit 04cdce9ad4
6 changed files with 148 additions and 19 deletions

View File

@ -29,6 +29,7 @@ class PlaylistSong(models.Model):
blank=True,
null=True
)
played_at = models.DateTimeField(blank=True, null=True)
# 0: Queued.
# 1: Playing.