mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
🐛 Fix Get New Releases Operation (#2560)
Co-authored-by: Jan Oberhauser <janober@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
4c029e5401
commit
a9cef48048
@@ -1036,6 +1036,7 @@ export class Spotify implements INodeType {
|
|||||||
|
|
||||||
endpoint = '/browse/new-releases';
|
endpoint = '/browse/new-releases';
|
||||||
requestMethod = 'GET';
|
requestMethod = 'GET';
|
||||||
|
propertyName = 'albums.items';
|
||||||
|
|
||||||
const filters = this.getNodeParameter('filters', i) as IDataObject;
|
const filters = this.getNodeParameter('filters', i) as IDataObject;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user