removed middle click action from CoverEventBox

This commit is contained in:
Martin Wagner 2022-10-22 12:06:43 +02:00
parent ec543ed64a
commit d745ba0981
1 changed files with 0 additions and 2 deletions

View File

@ -2580,8 +2580,6 @@ class CoverEventBox(Gtk.EventBox):
tags=(song["albumartist"][0], song["album"][0], song["date"][0])
if event.button == 1:
self._client.album_to_playlist(*tags)
elif event.button == 2:
self._client.album_to_playlist(*tags, "append")
elif event.button == 3:
self._album_popover.open(*tags, widget, event.x, event.y)
self._click_pos=()