@@ -730,8 +680,7 @@ class AuraScheduler(threading.Thread):
ifentries[-1].status!=EntryPlayState.READY:
self.logger.critical(SU.red("PLAY: For some reason the entry/entries are not yet ready to be played (Entries: %s)"%ResourceUtil.get_entries_string(entries)))
# At this point it's too late to do any pro-active fallback handling. Is it? Wait for the silence detector to deal with it.
# TODO Observe the actual handling of this section and think about possible improvements.