Index: ffpc_plugin_row_podcast.inc
===================================================================
--- ffpc_plugin_row_podcast.inc	(revision 60)
+++ ffpc_plugin_row_podcast.inc	(working copy)
@@ -15,9 +15,9 @@
     }
 
     // Load the specified node:
-    $item = node_load($row->nid);
+    $item = node_load($row->{$this->field_alias});
     $item->build_mode = NODE_BUILD_RSS;
-    $item->link = url("node/$row->nid", array('absolute' => TRUE));
+    $item->link = url("node/$item->nid", array('absolute' => TRUE));
 
     if ($item_length != 'title') {
       $teaser = ($item_length == 'teaser') ? TRUE : FALSE;
