From 5c2cc71fb357e38fbbfbad2adad78dd1ba1680a6 Mon Sep 17 00:00:00 2001 From: Martin Wagner Date: Mon, 1 Jun 2020 11:13:11 +0200 Subject: [PATCH] fixed back_to_album --- bin/mpdevil.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/mpdevil.py b/bin/mpdevil.py index 3cb11ec..92eb13f 100644 --- a/bin/mpdevil.py +++ b/bin/mpdevil.py @@ -2021,6 +2021,7 @@ class Browser(Gtk.Box): self.artist_view.highlight_selected() break else: + self.search_button.set_active(False) self.artist_view.treeview.set_cursor(Gtk.TreePath(0), None, False) #set cursor to 'all artists' self.album_view.scroll_to_selected_album() except: