Followers sometimes get doubled listing in 'my followers' list
Using Jamroom
Brians found a fix for this and it will be in an upcoming release of the core.
$_data = array(
'jrAudio' => array('audio_title,audio_genre,audio_album' => 52),
......
)
$_data = array(
'jrAudio' => array('audio_title,audio_genre,audio_album' => 52),
......
'jrTracker' => array('tracker_text,tracker_title' => 36)
)