Ver código fonte

switch artist after all songs played

Thomas Buck 3 meses atrás
pai
commit
0c6232d1e7
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1
    0
      osci-pi.py

+ 1
- 0
osci-pi.py Ver arquivo

@@ -205,6 +205,7 @@ def playlist():
205 205
     if not running():
206 206
         while True:
207 207
             if (songlist == None) or (len(songlist) <= 0):
208
+                switch_artist()
208 209
                 songlist = originalsongs.copy()
209 210
                 random.shuffle(songlist)
210 211
 

Carregando…
Cancelar
Salvar