0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00

3 secs, not 5

This commit is contained in:
2025-09-08 21:57:39 +02:00
parent 257b2bfa8f
commit 1f11898347

View File

@@ -17,7 +17,7 @@ DAY_END = 20
LATE_NIGHT_START = 0
LATE_NIGHT_END = 6
CROSSFADE_DURATION = 5 # seconds
CROSSFADE_DURATION = 3 # seconds
playlist_dir = "/home/user/playlists"
name_table_path = "/home/user/mixes/name_table.txt"
@@ -410,4 +410,4 @@ def main():
raise
finally: procman.stop_all()
if __name__ == '__main__': main()
if __name__ == '__main__': main()