Better band name support

pull/1097/head
Piero Toffanin 2020-04-02 01:02:19 +00:00
rodzic 8525bc19d1
commit 78114a18e2
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -143,7 +143,7 @@ class ODM_Photo:
for tags in xmp:
try:
band_name = self.get_xmp_tag(tags, 'Camera:BandName')
band_name = self.get_xmp_tag(tags, ['Camera:BandName', '@Camera:BandName'])
if band_name is not None:
self.band_name = band_name.replace(" ", "")