78
78
79
79
# ----------------------------------------------------------------------------
80
80
# Version
81
- __version__ = "3.0.29.dev "
81
+ __version__ = "3.0.29"
82
82
83
83
# ----------------------------------------------------------------------------
84
84
# Errors
@@ -1426,7 +1426,7 @@ def upload_thumbnail(self, entity_type, entity_id, path, **kwargs):
1426
1426
:returns: Id of the new attachment
1427
1427
"""
1428
1428
return self .upload (entity_type , entity_id , path ,
1429
- field_name = "image " , ** kwargs )
1429
+ field_name = "thumb_image " , ** kwargs )
1430
1430
1431
1431
def upload_filmstrip_thumbnail (self , entity_type , entity_id , path , ** kwargs ):
1432
1432
"""Convenience function for uploading filmstrip thumbnails.
@@ -1444,7 +1444,7 @@ def upload_filmstrip_thumbnail(self, entity_type, entity_id, path, **kwargs):
1444
1444
"higher, server is %s" % (self .server_caps .version ,))
1445
1445
1446
1446
return self .upload (entity_type , entity_id , path ,
1447
- field_name = "filmstrip_image " , ** kwargs )
1447
+ field_name = "filmstrip_thumb_image " , ** kwargs )
1448
1448
1449
1449
def upload (self , entity_type , entity_id , path , field_name = None ,
1450
1450
display_name = None , tag_list = None ):
0 commit comments