diff --git a/app/playlists.py b/app/playlists.py index a3aff53..d752f69 100644 --- a/app/playlists.py +++ b/app/playlists.py @@ -547,7 +547,7 @@ class PlaylistTab(QTableWidget): """ first_selected_row = self._get_selected_row() - if not first_selected_row: + if first_selected_row is None: return None path = self._get_row_track_path(first_selected_row) if not path: