Opened 17 years ago
Closed 17 years ago
#4345 closed defect (fixed)
When adding new music the lastplay field gets set to the time it was added
Reported by: | Owned by: | paulh | |
---|---|---|---|
Priority: | minor | Milestone: | 0.21 |
Component: | mythmusic | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The lastplay field in the music_songs table should be NULL for newly added music as they have never been played before. Instead it gets set to the time it was added.
Change History (2)
Note: See
TracTickets for help on using
tickets.
(In [15202]) Don't set the lastplay field when inserting new tracks.
Fixes #4345.