From f657020bc467cc0066ba375aed5f35893eeb168d Mon Sep 17 00:00:00 2001 From: Samuel Vermeulen Date: Mon, 10 Nov 2025 22:39:35 +0100 Subject: [PATCH] Add app default logo --- 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 3de28de..f358d97 100644 --- a/conf/streaminfo.conf.php.sample +++ b/conf/streaminfo.conf.php.sample @@ -6,4 +6,4 @@ $icecastMount="/"; // Pont de montage commençant par / $icecastIndexCurrentPlaying=4; // Peut varier selon les configurations $icecastIndexNbListeners=2; // Peut varier selon les configurations -$subCover="logo_de_ma_station.png"; //Cover de substitution affiché lors d’absence d’information. A inserer dans le dossier img/subcover +$subCover="default.png"; //Cover de substitution affiché lors d’absence d’information. A inserer dans le dossier img/subcover