Actually set volume when reading in from config

This commit is contained in:
dann-merlin
2020-03-18 20:46:41 +01:00
committed by Henrik Friedrichsen
parent dccb36d8e7
commit 9e68ed0ba6

View File

@@ -269,6 +269,7 @@ impl Spotify {
// acquire token for web api usage
spotify.refresh_token();
spotify.set_volume(volume);
spotify
}