[xiph-cvs] cvs commit: positron/positron MP3Info.py

Stan Seibert volsung at xiph.org
Tue Jun 10 19:10:43 PDT 2003



volsung     03/06/10 22:10:43

  Modified:    positron MP3Info.py
  Log:
  I'm stupid.

Revision  Changes    Path
1.7       +1 -1      positron/positron/MP3Info.py

Index: MP3Info.py
===================================================================
RCS file: /usr/local/cvsroot/positron/positron/MP3Info.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- MP3Info.py	4 Jun 2003 03:39:06 -0000	1.6
+++ MP3Info.py	11 Jun 2003 02:10:43 -0000	1.7
@@ -448,7 +448,7 @@
 
         id3v2 = ID3v2(file)
         if id3v2.valid and id3v2.tags != {}:
-            self.id3 = id3
+            self.id3 = id3v2
 
         if id3v2.valid:
             # We'll be generous for files with ID3v2 tags.

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list