Browse Source

fixed title type tag

master
steven 4 years ago
parent
commit
0ab1f1fcd1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      adi_builder.py

+ 1
- 1
adi_builder.py View File

@ -118,7 +118,7 @@ def addTitle(tree, title, metadata):
ams_attributes = createAMSattributes('title', metadata)
titleTree = ET.SubElement(tree, 'Metadata')
ET.SubElement(titleTree, 'AMS', ams_attributes)
ET.SubElement(titleTree, 'App_Data', {'App': 'MOD', 'Type': 'title'})
ET.SubElement(titleTree, 'App_Data', {'App': 'MOD', 'Name': 'Type', 'Value': 'title'})
for element in title:
# check if there are multiple elements available


Loading…
Cancel
Save