diff --git a/consts/consts.go b/consts/consts.go index eb0c34a33..d1ec5dac1 100644 --- a/consts/consts.go +++ b/consts/consts.go @@ -58,7 +58,7 @@ const ( SkipScanFile = ".ndignore" PlaceholderArtistArt = "artist-placeholder.webp" - PlaceholderAlbumArt = "placeholder.png" + PlaceholderAlbumArt = "album-placeholder.webp" PlaceholderAvatar = "logo-192x192.png" UICoverArtSize = 300 DefaultUIVolume = 100 diff --git a/resources/album-placeholder.webp b/resources/album-placeholder.webp new file mode 100644 index 000000000..864f35f67 Binary files /dev/null and b/resources/album-placeholder.webp differ