qstokkink / TriblerExperimental

GNU General Public License v3.0
6 stars 2 forks source link

Fix search result errors #72

Closed egbertbouman closed 3 months ago

egbertbouman commented 3 months ago

This PR fixes an issue with UserActivityManager.on_query_results getting inconsistent data. The results field can contain either a list of dicts or database objects, depending on where the search results are coming from (i.e., remove/local results). This PR fixes this by ensuring results always contain a list of dicts.