Use Transforms to serve covers at the right size

This commit is contained in:
Claudio Ortolina
2025-09-17 10:26:38 +03:00
parent dc9c8fca8e
commit 0996b78c7b
10 changed files with 80 additions and 68 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ defmodule MusicLibraryWeb.Router do
get "/backup", ArchiveController, :backup
get "/covers/:hash", CoverController, :show
get "/covers/:transform_payload", CoverController, :show
get "/artists/:musicbrainz_id/image", ArtistController, :image
live_session :default,