Added a comment.

This commit is contained in:
The Wobbler 2025-02-03 18:00:42 +01:00
parent d36326c029
commit efe10e7d50

View file

@ -86,7 +86,7 @@ class TrackControl(QToolBar):
elif self.app.player.current_playlist is None:
if self.app.settings.latest_playlist is not None:
for playlist in self.app.library.playlists:
for playlist in self.app.library.playlists: # get loaded playlist by the path of the latest playlist
if playlist.path == self.app.settings.latest_playlist:
self.app.player.start_playlist(playlist)