fix: cover image logo

This commit is contained in:
2025-11-04 16:28:02 +01:00
parent 7d93be845b
commit c1848f0ced
4 changed files with 7162 additions and 20 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ const { ALERT_TYPE, refList } = require("../index");
const { sendNotification } = require("./notifications");
const bucket = admin.storage().bucket();
const LOGO_PATH = path.resolve(__dirname, "../assets/musicLandProduction.png");
const LOGO_PATH = path.resolve(__dirname, "../assets/musicLandLogo.png");
async function buildCoverWithLogo(backgroundUrl, targetPath) {
logger.info("🖼️ [Cover] Adding logo to generated background");