Fine tune

This commit is contained in:
2024-04-25 21:54:04 +02:00
parent 5967aefda7
commit 80f4254ebe
+1 -1
View File
@@ -45,7 +45,7 @@ def queue_processing()
end
# Randomly select a playlist with weights
s4 = random(id="randomizer", weights=[1, 3, 2], [s1, s2, s3])
s4 = random(id="randomizer", weights=[1, 3, 5], [s1, s2, s3])
# Load jingles playlist
jingles = (playlist(reload_mode="watch", "/home/pi/Conjurer/jingles.playlist"))