Fixed playlist double-click behaviour.
This commit is contained in:
parent
b106c5eb21
commit
3896d18393
2 changed files with 9 additions and 1 deletions
|
@ -35,5 +35,5 @@ class PlaylistTabBar(QTabBar):
|
|||
playlist_view = self.tab_widget.widget(index)
|
||||
playlist = playlist_view.playlist
|
||||
|
||||
self.app.player.current_playlist = playlist
|
||||
self.app.player.start_playlist(playlist)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue