From 0bdb6872df5bf4a05a4750f742f9470fbd987bdd Mon Sep 17 00:00:00 2001 From: yomguy <> Date: Tue, 1 May 2007 02:21:40 +0000 Subject: [PATCH] Fixed indent pb --- telemeta/export/mp3.py | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/telemeta/export/mp3.py b/telemeta/export/mp3.py index de6171ec..a671c0e7 100644 --- a/telemeta/export/mp3.py +++ b/telemeta/export/mp3.py @@ -33,14 +33,14 @@ class Mp3Exporter(ExporterCore): self.options = {} self.bitrate_default = '192' self.dub2id3_dict = {'title': 'TIT2', #title2 - 'creator': 'TCOM', #composer - 'creator': 'TPE1', #lead - 'identifier': 'UFID', #unique... - 'identifier': 'TALB', #album - 'date': 'TYER', #year - 'type': 'TCON', #genre - 'publisher': 'TPUB', #comment - } + 'creator': 'TCOM', #composer + 'creator': 'TPE1', #lead + 'identifier': 'UFID', #Unique ID... + 'identifier': 'TALB', #album + 'date': 'TYER', #year + 'type': 'TCON', #genre + 'publisher': 'TPUB', #comment + } def get_format(self): return 'MP3' -- 2.39.5