From 3d3c55a0fb2e4aee301f5e58b1f1a74268583ca3 Mon Sep 17 00:00:00 2001 From: Azlux Date: Wed, 25 Mar 2020 12:41:46 +0100 Subject: [PATCH] fix config --- configuration.default.ini | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/configuration.default.ini b/configuration.default.ini index 53f3dc7..2094944 100644 --- a/configuration.default.ini +++ b/configuration.default.ini @@ -85,8 +85,9 @@ ducking = False ducking_volume = 0.05 ducking_threshold = 3000 -# if auto_stop is enabled and a user leaves and the bot is left alone, stop and clear the playlist -auto_stop = False +# if when_nobody_in_channel is enabled and the bot is left alone, action are make : +# "pause" (pause current song), "pause_resume" (pause current song and resume once somebody reenters the channel), "stop" (also clears playlist) or "nothing" (keep playing music) +when_nobody_in_channel = nothing [webinterface] # Set enabled to True if you'd like to use the web interface to manage your playlist, upload files, etc.