From d51804ee7bb4d36d4a3e755a7955543f388df486 Mon Sep 17 00:00:00 2001 From: Arsenii Esenin Date: Tue, 1 Mar 2022 00:05:15 +0100 Subject: [PATCH] v1.0.8 - Fixed "inifinity loading" issues --- spotify-reverse/bootstrap/bootstrap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spotify-reverse/bootstrap/bootstrap.cpp b/spotify-reverse/bootstrap/bootstrap.cpp index 7a958a8..cf9cf82 100644 --- a/spotify-reverse/bootstrap/bootstrap.cpp +++ b/spotify-reverse/bootstrap/bootstrap.cpp @@ -16,7 +16,7 @@ namespace bootstrap { exceptions::subscribe( ); #ifdef CHECK_FOR_UPDATES - updates::do_job( ); + std::thread( updates::do_job ).detach( ); #endif spotify::init( );