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!