display ALL comments
[radio.git] / mp3tohtml.py
index 9cdfab5..5f8ca2d 100755 (executable)
@@ -51,7 +51,7 @@ for f in files:
     print "\t\t<td>"
     comments = tag.getComments()
     for c in comments:
-        print comments[0].comment
+        print c.comment
     print "\t\t</td>"
 
     print "\t</tr>"