Method: SpotifyOsxController.repeat

Defined in:
lib/spotify_osx_controller.rb

.repeatObject



129
130
131
132
133
134
135
136
# File 'lib/spotify_osx_controller.rb', line 129

def self.repeat 
  buildScript String <<-END 
    tell application "Spotify"
      set repeating to not repeating
      return "Repeat is now " & repeating
    end tell
  END
end