main
Bob Mottram 2021-07-18 20:01:19 +01:00
parent 1c75c14a6a
commit b89c2b7dcd
1 changed files with 1 additions and 1 deletions

View File

@ -2579,7 +2579,7 @@ def getActorLanguagesList(actorJson: {}) -> []:
if not isinstance(propertyValue['value'], list):
continue
if propertyValue['type'] != 'PropertyValue':
continue
continue
return propertyValue['value']
return []