Added a comment.
This commit is contained in:
parent
d36326c029
commit
efe10e7d50
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue