Author: tack
Date: Thu Dec 28 17:10:33 2006
New Revision: 2294

Modified:
   trunk/metadata/src/disc/dvd.py

Log:
Remove redundant 'id' key (added to core)


Modified: trunk/metadata/src/disc/dvd.py
==============================================================================
--- trunk/metadata/src/disc/dvd.py      (original)
+++ trunk/metadata/src/disc/dvd.py      Thu Dec 28 17:10:33 2006
@@ -69,7 +69,7 @@
 
 class DVDAudio(audio.Audio):
 
-    _keys = audio.Audio._keys + [ 'id' ]
+    _keys = audio.Audio._keys
 
     def __init__(self, pos, info):
         audio.Audio.__init__(self)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to