mirror of
https://github.com/Syncplay/syncplay
synced 2025-02-14 09:57:12 +00:00
Remove another redundant random.seed()
This commit is contained in:
parent
b7fff7e32c
commit
c30878d499
@ -570,7 +570,6 @@ class SyncplayClient(object):
|
||||
@needsSharedPlaylistsEnabled
|
||||
def shufflePlaylist(self):
|
||||
if self._playlist and len(self._playlist) > 0:
|
||||
random.seed()
|
||||
shuffledPlaylist = deepcopy(self._playlist)
|
||||
random.shuffle(shuffledPlaylist)
|
||||
self.ui.setPlaylist(shuffledPlaylist)
|
||||
|
Loading…
Reference in New Issue
Block a user