我需要内联编写以下脚本
tell app "Spotify Queue"
addTrack "spotify:track:7sa1xOgT1c8xQfbSL5FrCe"
end tell
像这个
sh('osascript -e \'tell app "Spotify" to playpause\'')
但我做错了。
我需要内联编写以下脚本
tell app "Spotify Queue"
addTrack "spotify:track:7sa1xOgT1c8xQfbSL5FrCe"
end tell
像这个
sh('osascript -e \'tell app "Spotify" to playpause\'')
但我做错了。