Browse Source

switch artist after all songs played

Thomas Buck 3 months ago
parent
commit
0c6232d1e7
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      osci-pi.py

+ 1
- 0
osci-pi.py View File

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

Loading…
Cancel
Save