mirror of
https://github.com/clementine-player/Clementine
synced 2025-02-01 11:56:45 +01:00
Tony Motakis
14eca258a2
Refactor duplicate code in LazyPopulate and ResetAsync
There is no reason why these need to reimplement the same thing; put the common functionality in RunQuery() and PostQuery() and re use the code. Less code paths to keep track of make it easier to implement new features and fixes.
Languages
C++
95.6%
CMake
2%
Objective-C++
1.4%
C
0.5%
Objective-C
0.4%