R-a-dio / valkyrie

R/a/dio software stack
https://r-a-d.io
MIT License
5 stars 3 forks source link

streamer: have someone update tracks.lastplayed somewhere #47

Closed Wessie closed 5 years ago

Wessie commented 5 years ago

in the python version we do this in the queue; but since it's a thing we need to do on .Remove I'm against having it in there. One option would be to do it in the manager but only if the streamer is the afk streamer and not a human one. Which is also an ugly side-step. Final option would be to do it in the streamer itself, though I rather not have it call the database in there.