? changelog.txt
? demos
? dependencies.txt
? getid3
? getid3-1.7.6.zip
? helperapps
? license.commercial.txt
? license.txt
? readme.txt
? structure.txt
Index: audio.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/audio/audio.module,v
retrieving revision 1.57
diff -u -d -b -w -r1.57 audio.module
--- audio.module	24 Jun 2006 01:15:13 -0000	1.57
+++ audio.module	25 Jun 2006 17:26:37 -0000
@@ -339,7 +339,7 @@
         // iTunes and other podcasting programs check the url to determine the
         // file type. we'll add a fake file name on to the end that will be
         // ignored later. see issue #35398 for more.
-        $url = 'audio/download/'. $node->nid .'/file.'. $ret['audio_fileinfo']['fileformat'];
+        $url = 'audio/download/'. $node->nid .'/' . basename($file->filename);
         $ret['url_download'] = url($url , NULL, NULL, TRUE);
       }
     }
