Skip to content

searchHistoryModel improvement

Theophile Gilgien requested to merge tgilgien/audiotube:search-data-model into master

Currently, when removing or adding a search to the SearchHistoryModel, the changes are done to the database, and the model is reset.

This merge request makes the changes to the database and the model separately, so that resetting the model becomes unnecessary, resulting in increased performance.

Edited by Theophile Gilgien

Merge request reports