From df71efc4c9818d3dd2e1c9b213aa92d1136af344 Mon Sep 17 00:00:00 2001 From: Firepup Sixfifty Date: Mon, 6 May 2024 09:47:30 -0500 Subject: [PATCH] Reset missed chunks when a track fails --- threads.py | 1 + 1 file changed, 1 insertion(+) diff --git a/threads.py b/threads.py index c0cfbc2..46b216c 100644 --- a/threads.py +++ b/threads.py @@ -104,6 +104,7 @@ def radio(instance: bare.bot) -> NoReturn: f"TOPIC #fp-radio :Firepup radio ({thisTrack}) - https://open.spotify.com/playlist/4ctNy3O0rOwhhXIKyLvUZM" ) elif not complained: + missChunk = 0 if misses < 0: misses += 1 continue