0
1
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:
2025-04-08 15:22:30 +02:00
parent b9356e5677
commit 47f06c573b

View File

@@ -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: