You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Playlists that have a start time in the past won't start. If I schedule new playlists in the future, they won't get picked up either.
I am getting a "TIme issue..." message every now and then.
According to the code, the app checks if:
program is local (music / stream)
program starts in the future
if these two conditions are met, it gets scheduled
In our case, we have a music program starting at 6:00 AM and ending at 5:00 PM. So starting the app anywhere in between these hours will result in the program not being played.
Not sure what to think about the newly scheduled music programs, they shold've been picked up by the app by they weren't.
If there's anything I can add here to further debug this, let me know.
The text was updated successfully, but these errors were encountered:
Playlists that have a start time in the past won't start. If I schedule new playlists in the future, they won't get picked up either.
I am getting a "TIme issue..." message every now and then.
According to the code, the app checks if:
In our case, we have a music program starting at 6:00 AM and ending at 5:00 PM. So starting the app anywhere in between these hours will result in the program not being played.
Not sure what to think about the newly scheduled music programs, they shold've been picked up by the app by they weren't.
If there's anything I can add here to further debug this, let me know.
The text was updated successfully, but these errors were encountered: