cody-music
Advanced tools
Comparing version 2.6.64 to 2.6.65
@@ -206,3 +206,4 @@ "use strict"; | ||
// itunes desktop try | ||
if (musicStore.itunesDesktopEnabled && musicStore.itunesAccessGranted) { | ||
if (musicStore.itunesDesktopTrackingEnabled && | ||
musicStore.itunesAccessGranted) { | ||
// still no track or it's paused, try itunes desktop | ||
@@ -209,0 +210,0 @@ const itunesDesktopRunning = await isPlayerRunning(models_1.PlayerName.ItunesDesktop); |
@@ -243,3 +243,6 @@ "use strict"; | ||
// itunes desktop try | ||
if (musicStore.itunesDesktopEnabled && musicStore.itunesAccessGranted) { | ||
if ( | ||
musicStore.itunesDesktopTrackingEnabled && | ||
musicStore.itunesAccessGranted | ||
) { | ||
// still no track or it's paused, try itunes desktop | ||
@@ -246,0 +249,0 @@ const itunesDesktopRunning = await isPlayerRunning( |
{ | ||
"name": "cody-music", | ||
"version": "2.6.64", | ||
"version": "2.6.65", | ||
"description": "mac osx spotify and itunes music player controller, spotify audio features, itunes and spotify genre, and playlist control", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
505307
12338