PICARD-1683: Autocompletion for releasetype, releasestatus, releasecountry and media tags

This commit is contained in:
Philipp Wolfer
2019-12-04 08:24:53 +01:00
parent b1f9f3a9ad
commit 2cce50b61e
4 changed files with 40 additions and 0 deletions

View File

@@ -572,6 +572,7 @@ class picard_update_constants(Command):
'DB:medium_format/name',
'DB:release_group_primary_type/name',
'DB:release_group_secondary_type/name',
'DB:release_status/name',
)
with open(attributes_potfile, 'rb') as f:
log.info('Parsing %s' % attributes_potfile)