mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 18:05:43 -04:00
Qt: Fix auto updater getting stuck after failed request
This commit is contained in:
parent
232d1c930c
commit
d9b83d69eb
@ -316,6 +316,8 @@ void AutoUpdaterDialog::getLatestReleaseComplete(s32 status_code, std::vector<u8
|
||||
{
|
||||
reportError("Failed to download latest release info: HTTP %d", status_code);
|
||||
}
|
||||
|
||||
emit updateCheckCompleted();
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user