[mythtv-commits] Ticket #13209: PlaylistM3u is incomplete from mythweb

MythTV noreply at mythtv.org
Mon Nov 11 00:48:22 UTC 2019


#13209: PlaylistM3u is incomplete from mythweb
----------------------------------+-------------------------------------
 Reporter:  mourocq@…             |          Owner:  Stuart Auchterlonie
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  needs_triage
Component:  Plugin - MythWeb      |        Version:  v29.0
 Severity:  medium                |     Resolution:
 Keywords:  music playlist        |  Ticket locked:  0
----------------------------------+-------------------------------------

Comment (by nicolas-mrq):

 The tablespace is always with one ligne because of the sql query  :

 WHERE ms.song_id IN is ('x,y,z') instead of (x,y,z) or ('x','y','z')


 to fix this bug replace line 1598 in file "mp3act_functions.php"

 'WHERE ms.song_id IN ('.$db->escape($pl['playlist_songs']).')';

 in

 'WHERE ms.song_id IN ('.$pl['playlist_songs'].');';


 You should report this fix in branch fixes/30 too.

 bye

-- 
Ticket URL: <https://code.mythtv.org/trac/ticket/13209#comment:1>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list