From 1e07571baf2318651fb8237dce6ccad942e4492f Mon Sep 17 00:00:00 2001 From: Samuel Vermeulen Date: Tue, 11 Nov 2025 00:51:43 +0100 Subject: [PATCH] Fix variable syntax --- conf/streaminfo.conf.php.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/streaminfo.conf.php.sample b/conf/streaminfo.conf.php.sample index f358d97..bcc6823 100644 --- a/conf/streaminfo.conf.php.sample +++ b/conf/streaminfo.conf.php.sample @@ -2,7 +2,7 @@ $icecastUrl="http://"; // url du serveur seule. Ne pas rajouter le port $icecastPort=8000; // port du seveur -$icecastMount="/"; // Pont de montage commençant par / +$icecastMountPoint="/"; // Pont de montage commençant par / $icecastIndexCurrentPlaying=4; // Peut varier selon les configurations $icecastIndexNbListeners=2; // Peut varier selon les configurations