mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-10 09:12:23 +01:00
Add more stats.
This commit is contained in:
committed by
Daan Sprenkels
parent
cbc9284865
commit
04cdce9ad4
@ -29,6 +29,7 @@ class PlaylistSong(models.Model):
|
||||
blank=True,
|
||||
null=True
|
||||
)
|
||||
played_at = models.DateTimeField(blank=True, null=True)
|
||||
|
||||
# 0: Queued.
|
||||
# 1: Playing.
|
||||
|
||||
Reference in New Issue
Block a user