mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-11 12:29:24 +00:00
Sort pictures by album in zip file
This commit is contained in:
@ -23,6 +23,7 @@ class PictureSchema(ModelSchema):
|
||||
full_size_url: str
|
||||
compressed_url: str
|
||||
thumb_url: str
|
||||
album: str
|
||||
|
||||
|
||||
class PictureCreateRelationSchema(Schema):
|
||||
|
Reference in New Issue
Block a user