Skip to content

Commit

Permalink
feat: edit slideshow_url results
Browse files Browse the repository at this point in the history
  • Loading branch information
mgogoulos committed Nov 18, 2024
1 parent 27d1660 commit 99be0f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -794,6 +794,7 @@ def slideshow_items(self):
"url": item.get_absolute_url(),
"thumbnail_url": item.thumbnail_url,
"title": item.title,
"original_media_url": item.original_media_url,
} for item in qs
]

Expand Down

0 comments on commit 99be0f0

Please sign in to comment.