From b1327d7d435d28227349fcf0484574d4a7135eb9 Mon Sep 17 00:00:00 2001 From: Glauber Ferreira Date: Tue, 13 Feb 2024 20:56:18 -0300 Subject: [PATCH] habilita db sqlite --- mpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mpd.conf b/mpd.conf index 48c6ce8..462bee2 100644 --- a/mpd.conf +++ b/mpd.conf @@ -52,7 +52,7 @@ state_file "/var/lib/mpd/state" # The location of the sticker database. This is a database which # manages dynamic information attached to songs. # -#sticker_file "~/.mpd/sticker.sql" +sticker_file "/var/lib/mpd/sticker.sql" # ###############################################################################