From fc8e0be1597d23923479b3fba2d7badb84514a1b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Tue, 16 Oct 2018 15:25:47 +0200 Subject: [PATCH] fix eroor --- state/liquidsoap/config/debug.liq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/state/liquidsoap/config/debug.liq b/state/liquidsoap/config/debug.liq index e5d9713..c56569a 100644 --- a/state/liquidsoap/config/debug.liq +++ b/state/liquidsoap/config/debug.liq @@ -37,5 +37,5 @@ live = audio_to_stereo( DanDubstepThingies = "/playlists/Daniel/Dan - dubstepthingies.m3u" -randomsong = random(playlist(conservative=true, DanDubstepThingies)) +randomsong = playlist(conservative=true, DanDubstepThingies) count = list.length(playlist.parse(DanDubstepThingies)) \ No newline at end of file