Python Plex API : Having issues with empty trash

Trying out Plex API and can successfully trigger a Library Section scan with the command plex.library.section(“TV Shows”).update() but am having no luck triggering trash empty with plex.library.emptyTrash() or plex.library.section(“TV Shows”).emptyTrash(). The command is not triggering a Python error when executed but it seems to have no impact on the Plex Server.

Any help is appreciated.

This was fixed yesterday. Sorry about that. If you pull the new code and try again it should be good.