The playlists are configured to run against two libraries:
| Validating Method: libraries
| Value: Movies - 4K, TV - 4K
Which are scheduled to run on Monday:
| Movies - 4K:
| report_path: config/missing/movies_4k_report.yml
| schedule: weekly(monday)
...
| TV - 4K:
| report_path: config/missing/tv_4k_report.yml
| schedule: weekly(monday)
The 7AM Tuesday run is explicitly against two libraries:
| --run-libraries (PMM_LIBRARIES): Movies - 4K|TV - 4K
It appears that calling them out specifically overrides the "monday only" schedule, so the playlists get processed and everything is fine.
Then PMM runs at 2300 without specifically targeting any libraries:
| --run-libraries (PMM_LIBRARIES): None
Since it's Tuesday, those libraries get skipped:
| Skipping Movies - 4K Library
...
| Skipping TV - 4K Library
Later when it goes to process the playlists that target those two libraries, the playlists turn out empty [since the two libraries they are targeting haven't been loaded] and they get removed.