cody-music
Advanced tools
Comparing version 2.9.15 to 2.9.16
@@ -124,2 +124,3 @@ "use strict"; | ||
async startPlayer(player, options = {}) { | ||
console.log(`starting ${player}`); | ||
let launchResult = "ok"; | ||
@@ -597,2 +598,3 @@ if (musicUtil.isWindows()) { | ||
launchApp(player) { | ||
console.log(`launch ${player} app`); | ||
if (player === models_1.PlayerName.ItunesDesktop) { | ||
@@ -599,0 +601,0 @@ return this.startPlayer(models_1.PlayerName.ItunesDesktop); |
@@ -138,2 +138,3 @@ import { MusicUtil } from "./util"; | ||
async startPlayer(player: string, options: any = {}): Promise<any> { | ||
console.log(`starting ${player}`); | ||
let launchResult: any = "ok"; | ||
@@ -677,2 +678,3 @@ if (musicUtil.isWindows()) { | ||
public launchApp(player: PlayerName) { | ||
console.log(`launch ${player} app`); | ||
if (player === PlayerName.ItunesDesktop) { | ||
@@ -679,0 +681,0 @@ return this.startPlayer(PlayerName.ItunesDesktop); |
{ | ||
"name": "cody-music", | ||
"version": "2.9.15", | ||
"version": "2.9.16", | ||
"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
567508
13678