Made the double click working again.

This commit is contained in:
The Wobbler 2025-02-11 17:34:04 +01:00
parent 22ffd211df
commit 0879575882
3 changed files with 17 additions and 5 deletions

View file

@ -42,8 +42,7 @@ class PlaylistTabBar(QTabBar):
playlist = playlist_view.playlist
if playlist.has_tracks(): # dont crash when playlist is empty
self.app.player.start_playlist(playlist)
self.app.player.start_playlist(playlist)
def contextMenuEvent(self, event: QContextMenuEvent, title=None):
# get title by self.tabAt() if the event is called from PyQt, else its executed from the tab title and getting