cody-music
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -351,3 +351,3 @@ "use strict"; | ||
*/ | ||
export function launchPlayer(playerName: PlayerName, options: any) { | ||
export function launchPlayer(playerName: PlayerName, options: any = {}) { | ||
if (playerName === PlayerName.SpotifyWeb) { | ||
@@ -354,0 +354,0 @@ return musicPlayerCtr.launchWebPlayer(options); |
{ | ||
"name": "cody-music", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"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", |
@@ -257,3 +257,3 @@ # cody-music | ||
*/ | ||
launchPlayer(playerName: PlayerName, options: any) | ||
launchPlayer(playerName: PlayerName, options: any = {}) | ||
@@ -260,0 +260,0 @@ /** |
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
223872