X-Git-Url: https://git.kaliko.me/?a=blobdiff_plain;f=sima%2Fcore.py;h=7decbb242d84dab536037ae7ade66229345434cc;hb=cd78ebfec21926f231f7b5f1430d31baee4b60c4;hp=87501e83b7d8bc60a616c252229f401d3bfc571e;hpb=6893eb469c11924c9480b15385cedaf37908dd02;p=mpd-sima.git diff --git a/sima/core.py b/sima/core.py index 87501e8..7decbb2 100644 --- a/sima/core.py +++ b/sima/core.py @@ -82,7 +82,6 @@ class Sima(Daemon): pl_callback = getattr(plugin, 'callback_need_track_fb')() if pl_callback: to_add.extend(pl_callback) - random.shuffle(to_add) for track in to_add: self.player.add(track)