Skip to content

Commit 9777aa1

Browse files
committed
putting to-do
1 parent accc627 commit 9777aa1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

spotty/spotty.applescript

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
local trackID
2-
-- need tomake a pretty logo
2+
-- need to make a pretty logo
33
tell application "Spotify" to activate -- opens spotify
44
repeat
55
if isOpen() = true then
6-
try -- this is where the logic to detect song changes should do
6+
try
77
tell application "Spotify" -- grabbing data from current track to id it
88
set trackID to id of current track
99
end tell

spotty/spotty_test.applescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ local trackID
22
local playerState
33
repeat
44
if isOpen() = true then -- better open tester
5-
try
5+
try -- this is where the logic to detect song changes should go
66
tell application "Spotify" -- grabbing data from current track to id it
77
set trackID to id of current track
88
set playerState to (player state as string)

0 commit comments

Comments
 (0)