Closed soulseekah closed 5 years ago
Authorization is also broken it seems, makes no sense:
Nowhere is this auth property ever set. All calls are failing.
Is this plugin ready or am I reviewing it too early?
Nowhere is this auth property ever set. All calls are failing.
Seems that during refactor $this->auth
was renamed to $this->auth_key
.
Replacing call with api_prepare seems to work.