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.