Closed robspychala closed 11 years ago
calling:
tell application "Spotify" if it is running then set sound volume to (sound volume * .10) end if end tell
then:
tell application "Spotify" if it is running then set sound volume to (sound volume * 10) end if end tell
Lowers the volume of the app
App should go back to the original volume (as rdio and iTunes do)
This doesn't seem like an issue related to the Spotify Apps API.
Steps to reproduce
calling:
then:
Observed behavior
Lowers the volume of the app
Expected behavior
App should go back to the original volume (as rdio and iTunes do)