Skip to content

Commit

Permalink
fixed artist page not opening
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokse22 committed Jun 1, 2024
1 parent a75adab commit 34a32fd
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/pages/artist_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,6 @@ def _load_page(self):

threading.Thread(target=utils.add_image_to_avatar, args=(artist_picture, self.artist)).start()

roles_str = ""
for role in self.artist.roles:
roles_str += " " + role.main.value

builder.get_object("_first_subtitle_label").set_label("Artist")

tracks_list_widget = TracksListWidget("Top Tracks")
Expand Down

0 comments on commit 34a32fd

Please sign in to comment.