Fix: Big mistake when estimating video format (? -> &)

This commit is contained in:
MasterAcnolo
2026-02-17 09:50:32 +01:00
parent ee9e02410f
commit 5983f21759

View File

@@ -13,7 +13,7 @@ async function infoController(req, res){
logger.info(`/Info Request receive by the Info Controller. URL: ${url}`); logger.info(`/Info Request receive by the Info Controller. URL: ${url}`);
if (url.includes("?list")) { if (url.includes("&list")) {
logger.info("Estimated Data Type: Playlist") logger.info("Estimated Data Type: Playlist")
} else{ } else{