再現する手順
呼び出し:
tell application "Spotify"
if it is running then
set sound volume to (sound volume * .10)
end if
end tell
それから:
tell application "Spotify"
if it is running then
set sound volume to (sound volume * 10)
end if
end tell
観察された行動
繰り返し呼び出すと、アプリの音量が下がります。
予想される行動
アプリは元のボリュームに戻る必要があります(rdioやiTunesと同じように)