Published status is not respected: Scheduled episodes are published
-
At least with the v1 implementation (couldn’t test v2) on release 0.2.1, scheduled episodes get published, despite the fact, that they most luikely shouldn’t be.
I implemented a fix inSimcast_Plugin.php
, adding
if ($episode->published) { … }
around the block starting at line 228.I feel that this should be added, or at least be an option the client can change on the settings-page.
Mario
- The topic ‘Published status is not respected: Scheduled episodes are published’ is closed to new replies.