diff --git a/tidal_dl_ng/gui.py b/tidal_dl_ng/gui.py index 870b658..5ec0b13 100644 --- a/tidal_dl_ng/gui.py +++ b/tidal_dl_ng/gui.py @@ -360,6 +360,8 @@ def on_populate_tree_lists(self, user_lists: [Playlist | UserPlaylist | Mix]): twi_child = QtWidgets.QTreeWidgetItem(twi_mixes) name: str = item.title info: str = item.sub_title + else: + continue twi_child.setText(0, name) set_user_list_media(twi_child, item)