]> git.seodisparate.com - mpd_info_screen/commit
Refactor reconnect code
authorStephen Seo <seo.disparate@gmail.com>
Wed, 19 Mar 2025 07:58:56 +0000 (16:58 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Wed, 19 Mar 2025 07:59:20 +0000 (16:59 +0900)
commitf76cf7786e77fac070b733d9b8d9c5e1a5fb1def
treed1123fe4b9a2c61d0990fd6f6e5fb1a81f876ea6
parente76063d3fc40a4f73a117eecbdeb2f0daacee406
Refactor reconnect code

The reconnection "impl" function will only be used by one other
function. To prevent future misuse, the "impl" function was moved into
a closure inside the function that uses it.
src/mpd_handler.rs