albums and genre pages: save/reload search context

This commit is contained in:
Drew Weymouth
2023-02-05 16:38:49 -08:00
parent 56715c5598
commit a6a4444524
4 changed files with 73 additions and 46 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ func NewSearcher() *Searcher {
s := &Searcher{
Entry: NewSearchEntry(),
}
s.Entry.OnTextChanged = s.onSearchTextChanged
s.Entry.OnChanged = s.onSearchTextChanged
return s
}