From 3e2d4824151b4aefe88520aec94e28f45cbf573f Mon Sep 17 00:00:00 2001 From: EKNr1 Date: Sat, 25 Jan 2025 18:33:37 +0100 Subject: [PATCH] Improved a comment. --- wobuzz/player/player.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wobuzz/player/player.py b/wobuzz/player/player.py index eaaff68..1940c96 100644 --- a/wobuzz/player/player.py +++ b/wobuzz/player/player.py @@ -134,7 +134,7 @@ class Player: def caching_thread_function(self): # cache the next track - # (usually run in separate thread) + # (usually ran in separate thread) if self.current_playlist.on_last_track(): return