Ticket #4330: mythweb-music-lastplay.patch

File mythweb-music-lastplay.patch, 571 bytes (added by otto at kolsi dot fi, 18 years ago)
  • modules/music/stream.php

     
    4343                                             $_GET['i']);
    4444    // Update the play count
    4545        $db->query('UPDATE music_songs
    46                        SET numplays = numplays + 1
     46                       SET numplays = numplays + 1, lastplay = NOW()
    4747                     WHERE song_id = ?',
    4848                   $_GET['i']);
    4949    // Set the XML transfer command