You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 06:03:52 +01:00
what?
This commit is contained in:
@@ -20,6 +20,7 @@ class Module(ActiveModifier):
|
|||||||
if not self._imc: return
|
if not self._imc: return
|
||||||
self.limit_tracks, self.morning_start, self.day_end = self._imc.send(self, "advisor", None) # pyright: ignore[reportGeneralTypeIssues]
|
self.limit_tracks, self.morning_start, self.day_end = self._imc.send(self, "advisor", None) # pyright: ignore[reportGeneralTypeIssues]
|
||||||
self.limit_tracks = not bool(self.limit_tracks)
|
self.limit_tracks = not bool(self.limit_tracks)
|
||||||
|
if self.limit_tracks: logger.info("Skipping tracks if they bleed into other times.")
|
||||||
def play(self, index: int, track: Track, next_track: Track | None):
|
def play(self, index: int, track: Track, next_track: Track | None):
|
||||||
if not self.playlist: return (track, next_track), False
|
if not self.playlist: return (track, next_track), False
|
||||||
if not os.path.exists("/tmp/radioPlayer_toplay"): open("/tmp/radioPlayer_toplay", "a").close()
|
if not os.path.exists("/tmp/radioPlayer_toplay"): open("/tmp/radioPlayer_toplay", "a").close()
|
||||||
|
|||||||
Reference in New Issue
Block a user