ToshY/BunnyNet-PHP

Error in deleteVideo method

upsellpl opened this issue · 1 comments

Is:

return $this->request(
            $endpoint['method'],
            [$libraryId, $videoId]
        );

Should be:

return $this->request(
            $endpoint,
            [$libraryId, $videoId]
        );
ToshY commented

@upsellpl Thanks for the bug report. This has been resolved in 2.3.2.