Closed (fixed)
Project:
iTunes
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2009 at 13:32 UTC
Updated:
4 May 2009 at 07:00 UTC
Jump to comment: Most recent file
Hi There, just a bug in the node_api function, it is only working for the content type audio.
Sorry I cant create a patch file , but just did the following
Line 85 of itunes.module
$types = variable_get('itunes_types', array('audio'));
if (in_array($node->type,$types)) {
Thanks,
Cameron
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | itunes_395990.patch | 719 bytes | drewish |
Comments
Comment #1
drewish commentedexactly the right fix. thanks!