diff --git a/roles/desktop/templates/mopidy.conf b/roles/desktop/templates/mopidy.conf index 3d7716d..7a22c20 100644 --- a/roles/desktop/templates/mopidy.conf +++ b/roles/desktop/templates/mopidy.conf @@ -124,3 +124,9 @@ enabled = false # .png # .txt # .zip + +[spotify] +username = {{ mopidy_spotify_username }} +password = {{ mopidy_spotify_password }} +client_id = {{ mopidy_spotify_client_id }} +client_secret = {{ mopidy_spotify_client_secret }}