Improved a comment.

This commit is contained in:
The Wobbler 2025-01-25 18:33:37 +01:00
parent dc46ac07bb
commit 3e2d482415

View file

@ -134,7 +134,7 @@ class Player:
def caching_thread_function(self): def caching_thread_function(self):
# cache the next track # cache the next track
# (usually run in separate thread) # (usually ran in separate thread)
if self.current_playlist.on_last_track(): if self.current_playlist.on_last_track():
return return