Fix: Update URL check to correctly identify playlist links

This commit is contained in:
MasterAcnolo
2026-02-17 15:19:17 +01:00
parent c1e70dae80
commit a42b020b96

View File

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