Remove unused variables (see #103)
This commit is contained in:
parent
420946d7d4
commit
bcfd17a8ae
5 changed files with 8 additions and 9 deletions
|
|
@ -152,7 +152,7 @@ class CoverPanel(Gtk.Overlay):
|
|||
# Load image and draw it
|
||||
try:
|
||||
self._cover_pixbuf = Utils.load_pixbuf(data)
|
||||
except Exception as e:
|
||||
except Exception:
|
||||
self._logger.exception("Failed to set albumart")
|
||||
self._cover_pixbuf = None
|
||||
else:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue