diff --git a/sublime/ui/common/cover_art_grid.py b/sublime/ui/common/cover_art_grid.py index 26b81cf..746db1e 100644 --- a/sublime/ui/common/cover_art_grid.py +++ b/sublime/ui/common/cover_art_grid.py @@ -114,7 +114,6 @@ class CoverArtGrid(Gtk.ScrolledWindow): def start_loading(): self.download_occurred = True - self.spinner.show() def stop_loading(): diff --git a/sublime/ui/player_controls.py b/sublime/ui/player_controls.py index 34121ae..f1648b2 100644 --- a/sublime/ui/player_controls.py +++ b/sublime/ui/player_controls.py @@ -186,7 +186,7 @@ class PlayerControls(Gtk.ActionBar): def on_play_queue_click(self, button): self.play_queue_popover.set_relative_to(button) - # TODO scroll the sfcurrently playing song into view. + # TODO scroll the currently playing song into view. self.play_queue_popover.popup() self.play_queue_popover.show_all()