mirror of
https://github.com/SoongNoonien/mpdevil.git
synced 2023-08-10 21:12:44 +03:00
increased stripe_size in SearchWindow
This commit is contained in:
parent
7a42fc9042
commit
2e879d9a77
@ -1980,7 +1980,7 @@ class SearchWindow(Gtk.Box):
|
||||
else:
|
||||
search_tag=self._tag_combo_box.get_active_text()
|
||||
search_text=self.search_entry.get_text()
|
||||
stripe_size=100
|
||||
stripe_size=1000
|
||||
self._client.restrict_tagtypes("track", "title", "artist", "album")
|
||||
try: # client cloud meanwhile disconnect
|
||||
songs=self._client.search(search_tag, search_text, "window", f"0:{stripe_size}")
|
||||
|
Loading…
Reference in New Issue
Block a user