Active
Project:
Audio
Version:
5.x-2.x-dev
Component:
audio_feeds
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Dec 2007 at 20:44 UTC
Updated:
25 Dec 2007 at 20:44 UTC
I installed the audio_feeds module. M3U and XSPF feed generation worked fine but PLS doesn't work.
I think the following line 170 needs to be changed
from:
$children = $playlist->audio_attach;
To:
$children = $node->audio_attach;
It fixed my problem.