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