forked from Wobbl/Wobuzz
Improved a comment.
This commit is contained in:
parent
dc46ac07bb
commit
3e2d482415
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue