Fix thumbnail_photo not set in new_album.
This commit is contained in:
parent
bf601d7ab1
commit
94c512350c
1 changed files with 1 additions and 0 deletions
|
@ -110,6 +110,7 @@ class PDBAlbumMixin:
|
|||
'title': title,
|
||||
'description': description,
|
||||
'created': helpers.now(),
|
||||
'thumbnail_photo': None,
|
||||
'author_id': author_id,
|
||||
}
|
||||
self.sql_insert(table='albums', data=data)
|
||||
|
|
Loading…
Reference in a new issue