You've already forked RadioPlayer
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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user