Ticket #4330: mythweb-music-lastplay.patch
| File mythweb-music-lastplay.patch, 571 bytes (added by , 18 years ago) |
|---|
-
modules/music/stream.php
43 43 $_GET['i']); 44 44 // Update the play count 45 45 $db->query('UPDATE music_songs 46 SET numplays = numplays + 1 46 SET numplays = numplays + 1, lastplay = NOW() 47 47 WHERE song_id = ?', 48 48 $_GET['i']); 49 49 // Set the XML transfer command
