From 6664cce060b2980d89ae17d64269fa433754cf41 Mon Sep 17 00:00:00 2001 From: Jan-Bulthuis Date: Sat, 19 Apr 2025 10:46:36 +0200 Subject: [PATCH] Enabled spotifyd autoplay --- modules/spotifyd/spotifyd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/spotifyd/spotifyd.conf b/modules/spotifyd/spotifyd.conf index e425526..90b2198 100644 --- a/modules/spotifyd/spotifyd.conf +++ b/modules/spotifyd/spotifyd.conf @@ -108,7 +108,7 @@ device = "SpotifyD-Proxy" # After the music playback has ended, start playing similar songs based on the previous tracks. # By default, `spotifyd` infers this setting from the user settings. -#autoplay = true +autoplay = true # A command that gets executed in your shell after each song changes. #on_song_change_hook = "echo \"hook executed on $PLAYER_EVENT\""