cody-music
Advanced tools
Comparing version 2.2.7 to 2.2.8
@@ -178,3 +178,3 @@ import axios, { AxiosInstance } from "axios"; | ||
.catch(async err => { | ||
console.log(`${api} error: ${err.message}`); | ||
// console.log(`${api} error: ${err.message}`); | ||
return this.buildErrorResponse(err); | ||
@@ -200,3 +200,3 @@ }); | ||
.catch(err => { | ||
console.log(`${api} error: ${err.message}`); | ||
// console.log(`${api} error: ${err.message}`); | ||
return this.buildErrorResponse(err); | ||
@@ -222,3 +222,3 @@ }); | ||
.catch(err => { | ||
console.log(`${api} error: ${err.message}`); | ||
// console.log(`${api} error: ${err.message}`); | ||
return this.buildErrorResponse(err); | ||
@@ -244,3 +244,3 @@ }); | ||
.catch(err => { | ||
console.log(`${api} error: ${err.message}`); | ||
// console.log(`${api} error: ${err.message}`); | ||
return this.buildErrorResponse(err); | ||
@@ -247,0 +247,0 @@ }); |
@@ -277,6 +277,6 @@ import { MusicUtil } from "./util"; | ||
.catch(err => { | ||
console.log( | ||
"Error updating itunes track loved status, error: ", | ||
err.message | ||
); | ||
// console.log( | ||
// "Error updating itunes track loved status, error: ", | ||
// err.message | ||
// ); | ||
return false; | ||
@@ -283,0 +283,0 @@ }); |
@@ -37,6 +37,6 @@ import { MusicUtil } from "./util"; | ||
.catch(e => { | ||
console.log( | ||
"Error trying to identify if spotify is running on windows: ", | ||
e.message | ||
); | ||
// console.log( | ||
// "Error trying to identify if spotify is running on windows: ", | ||
// e.message | ||
// ); | ||
return null; | ||
@@ -118,6 +118,6 @@ }); | ||
.catch(e => { | ||
console.log( | ||
"Error trying to identify if spotify is running on windows: ", | ||
e.message | ||
); | ||
// console.log( | ||
// "Error trying to identify if spotify is running on windows: ", | ||
// e.message | ||
// ); | ||
return null; | ||
@@ -124,0 +124,0 @@ }); |
{ | ||
"name": "cody-music", | ||
"version": "2.2.7", | ||
"version": "2.2.8", | ||
"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
314492