Set an image from an album as its cover #34
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
🤖 Automated AI-generated analysis (2026-07-08):
This feature appears to be implemented.
Recent commits directly address this:
d602d2d4c90e55The
CoverAssetIdfield was added to theAlbummodel,AlbumCreateDto,AlbumFullDto,AlbumPreviewDto, andAlbumUpdateDto. A migration (20260708104055_AddAlbumCoverAsset) was generated. The cover is auto-assigned from the first alphabetically-sorted asset in the album.If manual cover selection is still desired beyond auto-assignment, this issue can remain open. Otherwise, consider closing.