mirror of
https://github.com/fergalmoran/picard.git
synced 2026-02-22 23:55:46 +00:00
Fixed tagger script evaluation when unicode to ASCII conversion is activated.
This commit is contained in:
committed by
Philipp Wolfer
parent
3c094a6bc8
commit
fdd99a3442
@@ -271,7 +271,7 @@ class Album(DataObject, Item):
|
||||
track.metadata.strip_whitespace()
|
||||
# Convert Unicode punctuation
|
||||
if self.config.setting['convert_punctuation']:
|
||||
track.metadat.apply_func(asciipunct)
|
||||
track.metadata.apply_func(asciipunct)
|
||||
|
||||
# Run tagger script for release events
|
||||
for rel in self.release_events:
|
||||
|
||||
Reference in New Issue
Block a user