Sort pictures by album in zip file

This commit is contained in:
2024-07-31 11:56:38 +02:00
committed by Bartuccio Antoine
parent a321bd79ed
commit f265346a10
3 changed files with 5 additions and 1 deletions

View File

@ -23,6 +23,7 @@ class PictureSchema(ModelSchema):
full_size_url: str
compressed_url: str
thumb_url: str
album: str
class PictureCreateRelationSchema(Schema):