Enabled spotifyd autoplay

This commit is contained in:
Jan-Bulthuis 2025-04-19 10:46:36 +02:00
parent 22853f0190
commit 6664cce060
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ device = "SpotifyD-Proxy"
# After the music playback has ended, start playing similar songs based on the previous tracks. # 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. # 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. # A command that gets executed in your shell after each song changes.
#on_song_change_hook = "echo \"hook executed on $PLAYER_EVENT\"" #on_song_change_hook = "echo \"hook executed on $PLAYER_EVENT\""