mirror of
https://github.com/Sude-/lgogdownloader.git
synced 2025-02-01 21:42:31 +01:00
Fix return value of Downloader::login
https://github.com/Sude-/lgogdownloader/issues/194
This commit is contained in:
parent
e43d1c46d9
commit
36181afb4d
@ -291,7 +291,7 @@ int Downloader::login()
|
||||
}
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
return 1;
|
||||
}
|
||||
|
||||
void Downloader::checkNotifications()
|
||||
|
Loading…
x
Reference in New Issue
Block a user