Add minimum artwork dimensions

This commit is contained in:
Alex Cabal 2024-01-08 13:48:56 -06:00
parent 3d85a6d936
commit 5b6a334dd0
4 changed files with 21 additions and 2 deletions

View file

@ -44,6 +44,8 @@ const COVER_ARTWORK_STATUS_IN_USE = 'in_use';
const COVER_ARTWORK_STATUS_UNVERIFIED = 'unverified';
const COVER_ARTWORK_MAX_STRING_LENGTH = 191;
const COVER_ARTWORK_MAX_TAGS = 100;
const COVER_ARTWORK_IMAGE_MINIMUM_WIDTH = 300;
const COVER_ARTWORK_IMAGE_MINIMUM_HEIGHT = 300;
const SORT_COVER_ARTWORK_CREATED_NEWEST = 'created-newest';
const SORT_COVER_ARTIST_ALPHA = 'artist-alpha';
const SORT_COVER_ARTWORK_COMPLETED_NEWEST = 'completed-newest';