fix: random will not delete current song. changed one-shot icon.#79

This commit is contained in:
Terry Geng
2020-02-27 09:58:49 +08:00
parent 020ddbca22
commit 7800bd3639
5 changed files with 12 additions and 18 deletions

View File

@ -144,7 +144,7 @@ class PlayList(list):
random.shuffle(self)
#self.insert(0, current)
self.current_index = 0
self.current_index = -1
self.version += 1
def clear(self):