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

CommentFileSizeAuthor
#1 itunes_395990.patch719 bytesdrewish

Comments

drewish’s picture

Status: Active » Fixed
StatusFileSize
new719 bytes

exactly the right fix. thanks!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.