cody-music
Advanced tools
Comparing version 2.6.89 to 2.6.90
@@ -204,3 +204,3 @@ "use strict"; | ||
qsOptions["fields"] = | ||
"href,limit,next,offset,previous,total,items(track(name,id,album(id,name),artists))"; | ||
"href,limit,next,offset,previous,total,items(track(name,id,album(id,name),artists,popularity))"; | ||
const api = `/v1/playlists/${playlist_id}/tracks`; | ||
@@ -207,0 +207,0 @@ let codyResp = await musicClient.spotifyApiGet(api, qsOptions); |
@@ -274,3 +274,3 @@ import { MusicClient, SPOTIFY_ROOT_API } from "./client"; | ||
qsOptions["fields"] = | ||
"href,limit,next,offset,previous,total,items(track(name,id,album(id,name),artists))"; | ||
"href,limit,next,offset,previous,total,items(track(name,id,album(id,name),artists,popularity))"; | ||
@@ -277,0 +277,0 @@ const api = `/v1/playlists/${playlist_id}/tracks`; |
{ | ||
"name": "cody-music", | ||
"version": "2.6.89", | ||
"version": "2.6.90", | ||
"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
519255