Open joseinazusa opened 3 years ago
Excellent, really glad it was useful. Never had a pull request through, so if you were feeling like helping out a newbie I would appreciate you pull requests like an incorporate your change which is super useful.
Thanks again :-)
Hello Stuart.
I created a pull request. commit fixes two small issues and added the feature that if you unlove a song, it will advance the track. First time coding for Alfred. :)
On Sat, Dec 26, 2020 at 10:43 AM Stuart notifications@github.com wrote:
Excellent, really glad it was useful. Never had a pull request through, so if you were feeling like helping out a newbie I would appreciate you pull requests like an incorporate your change which is super useful.
Thanks again :-)
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/robotsandcake/alfred-love-loved-music-workflow/issues/3#issuecomment-751378874, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAJKERS5TJUGL627WUGBJV3SWYODZANCNFSM4VEKRGAA .
Got the same idea and glad to see some one else posted it. Happy to get it working
Thank you. Worked great. I had to update iTunes to Music to work with Catalina due to the removal of iTunes.
var track = Application("iTunes").currentTrack();
var track = Application("Music").currentTrack();