ytmusic_api_unofficial
Advanced tools
Comparing version 2.0.0-beta.1.6.2 to 2.0.0-beta.1.6.3
@@ -300,3 +300,5 @@ "use strict"; | ||
searchResult.name = response.title + " - AutoMix"; | ||
searchResult.musics = ((0, responseBuilder_1.nav)(response, ["contents"], true) || []).map((e) => parseSongFromFollowList(e.playlistPanelVideoRenderer)); | ||
searchResult.musics = ((0, responseBuilder_1.nav)(response, ["contents"], true) || []).filter((e) => e.playlistPanelVideoRenderer).map((e) => { | ||
parseSongFromFollowList(e.playlistPanelVideoRenderer); | ||
}); | ||
} | ||
@@ -303,0 +305,0 @@ if (["playlist"].includes(type)) { |
{ | ||
"name": "ytmusic_api_unofficial", | ||
"version": "2.0.0-beta.1.6.2", | ||
"version": "2.0.0-beta.1.6.3", | ||
"description": "A simple API to get music from YouTube Music", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
166261
2292