Skip to content

Commit

Permalink
Merge pull request #31 from mali-qa/patch-1
Browse files Browse the repository at this point in the history
Fix #30
  • Loading branch information
joeykamsteeg authored Dec 25, 2023
2 parents 019493b + 6829496 commit 961204c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/music/en/currentTrack.applescript
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ if application "Music" is running then
set itrack to itrack & mute & "|"
set itrack to itrack & shuffle enabled & "|"
set itrack to itrack & song repeat & "|"
set itrack to itrack & loved of current track & "|"
set itrack to itrack & favorited of current track & "|"
set itrack to itrack & disliked of current track
return itrack
end tell
end if
end if

0 comments on commit 961204c

Please sign in to comment.