PB wanted to verify that the schedule created for a few days in advance loads OK on the schedule page. But only a few days were visible. This was because
the code checks if the schedule data txt file is available, and then updates the dropdown, but only up to 5 days in advance -while (dtimems < dateplus5ms) {
addifscheduledataavailable(dtimems);
dtimems += 24 * 60 * 60 * 1000;
}It may be possible to see the schedule of other dates by changing your system date to the future.
And indeed, PB confirmed that he could check the published playlists for future dates by changing the system date.
No comments:
Post a Comment