mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-21 07:04:02 +00:00
Don't run the tagger script on the album level metadata.
This commit is contained in:
@@ -75,10 +75,6 @@ class Album(DataObject, Item):
|
||||
if self.config.setting["enable_tagger_script"]:
|
||||
script = self.config.setting["tagger_script"]
|
||||
parser = ScriptParser()
|
||||
try:
|
||||
parser.eval(script, m)
|
||||
except:
|
||||
self.log.error(traceback.format_exc())
|
||||
else:
|
||||
script = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user