diff --git a/app/playlists.py b/app/playlists.py index 031345e..9c45412 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -1883,7 +1883,7 @@ class PlaylistTab(QTableWidget): # If only one row is selected and it's a track row, show # Wikipedia page for that track if len(selected_rows) == 1: - self._wikipedia(selected_rows[0]) + QTimer.singleShot(0, lambda: self._wikipedia(selected_rows[0])) ms = 0 for row in selected_rows: