update remove from playlist, collection id
This commit is contained in:
@@ -810,6 +810,13 @@
|
||||
});
|
||||
}
|
||||
|
||||
if (options.collectionId) {
|
||||
atts.push({
|
||||
name: 'collectionid',
|
||||
value: options.collectionId
|
||||
});
|
||||
}
|
||||
|
||||
return atts;
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user