Closed (fixed)
Project:
Audio
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
31 Oct 2005 at 17:36 UTC
Updated:
2 Nov 2005 at 16:51 UTC
line 409:
$params->filename = $node->audio['filename'];
probably should be:
$params->filename = $node->audio['title'];
Comments
Comment #1
Colin Brumelle commentedComment #2
Colin Brumelle commentedThanks! This is fixed now in HEAD and 4-6 branch. So now when themeing the music player, one can use
$params->titleto print the title of the song.Comment #3
Colin Brumelle commented