You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-26 21:53:54 +01:00
change random seed based on epoch
This commit is contained in:
@@ -92,6 +92,7 @@ def play_playlist(playlist_path, play_newest_first=False):
|
||||
time.sleep(15)
|
||||
return
|
||||
|
||||
random.seed(time.time()-1744118482)
|
||||
if play_newest_first:
|
||||
newest_track = get_newest_track(tracks)
|
||||
if newest_track:
|
||||
|
||||
Reference in New Issue
Block a user