Prevent small race when both track and artist change master
authorJacob Casper <dev@jacobcasper.com>
Mon, 11 Sep 2023 20:57:39 +0000 (15:57 -0500)
committerJacob Casper <dev@jacobcasper.com>
Mon, 11 Sep 2023 20:57:39 +0000 (15:57 -0500)
commit142f5a1ce080bb9efc5de029338dd0866f42a57d
tree6dc4b9137cffea4975b52be3e3c99afd3cfad93a
parentbe7f5d4dbc41d4267ddded3c7e00a79079de99e7
Prevent small race when both track and artist change

Iteration order can cause the xsetroot command to be updated with only
one or the other value at times, which remains incorrect until after
another update call such as from the clock or mail listeners.
src/main.rs