Just curious how should Cleanbundles and Optimize DB look?
when I do empty trash I write this...
plex.library.section('Music').emptyTrash()
and it works fine
But when I want to optimize or clean bundles I tried the ones below, by themselves in their own .py, it runs with no errors but I don't see Plex actually do anything.
plex.library.optimize()
plex.library.cleanBundles()
Am I writing this correctly? Should I see the little icon spinning like I do when I manually hit these?