paulomcnally/youtube-node

self.clearParams(); self.clearParts(); before call makes it impossible to add Params/Parts

MLeipziger opened this issue · 0 comments

Before every API-Call you call

self.clearParams();
self.clearParts();

which makes it impossible for users to add own Params/Parts.