[mythtv-commits] Ticket #2387: MythWeb music module detects music not properly

MythTV mythtv at cvs.mythtv.org
Thu Sep 14 08:17:41 UTC 2006


#2387: MythWeb music module detects music not properly
--------------------------------------+-------------------------------------
 Reporter:  wilhelm.eger at uni-jena.de  |       Owner:  xris   
     Type:  defect                    |      Status:  new    
 Priority:  minor                     |   Milestone:  unknown
Component:  mythweb                   |     Version:  head   
 Severity:  medium                    |  
--------------------------------------+-------------------------------------
 in mythweb/modules/music/init.php

 line:
 $has_music = $db->query_col('SELECT COUNT(*) FROM musicmetadata');

 must be changed to:

 $has_music = $db->query_col('SELECT COUNT(*) FROM music_songs');

 or something else as musicmetadata seems to be empty after the database
 upgrade

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2387>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list