Jr Actions
Jamroom Developers
Yes, 92 is the correct ID.
//Actions
jrCore_register_module_feature('jrCore','action_support','xtSong','create','item_action.tpl');
jrCore_register_module_feature('jrCore','action_support','xtSong','update','item_action.tpl');
jrCore_register_module_feature('jrCore', 'action_support', 'xtSong', 'create_album', 'item_action.tpl');
jrCore_register_module_feature('jrCore', 'action_support', 'xtSong', 'update_album', 'item_action.tpl');
// Add to Actions...
jrCore_run_module_function('jrAction_save','create','xtSong',$aid);