Opened 19 years ago
Closed 19 years ago
#2387 closed defect (duplicate)
MythWeb music module detects music not properly
Reported by: | Owned by: | xris | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythweb | Version: | head |
Severity: | medium | Keywords: | mythweb music musicmetadata init.php |
Cc: | Ticket locked: | no |
Description
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
Note: See
TracTickets for help on using
tickets.
dupe of #2380