Chris Pomeroy
2021-11-21 8f758f11a98e684f2430913885a595f08b1f3b8c
aaxConvert.py
@@ -61,8 +61,8 @@
def getmetacopyright():
    # Return normalized copyright data
    copyright = unicodedata.normalize('NFKD', metadata['format']['tags']['copyright']).encode('ascii', 'ignore')
    return copyright.decode()
    copyright = normalize_data(metadata['format']['tags']['copyright'])
    return copyright
def getmetadatatags(key):