Change in weights

This commit is contained in:
2024-07-20 13:27:40 +02:00
parent bbe1b89007
commit a68745713b
2 changed files with 1 additions and 8 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ def queue_processing()
end
# Randomly select a playlist with weights
s4 = random(id="randomizer", weights=[1, 3, 5], [s1, s2, s3])
s4 = random(id="randomizer", weights=[2, 3, 5], [s1, s2, s3])
# Load jingles playlist
jingles = (playlist(reload_mode="watch", "/home/pi/Conjurer/jingles.playlist"))