mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
fix: bug after pause seed
This commit is contained in:
parent
c9be6b6b92
commit
56217fbcf8
3 changed files with 14 additions and 14 deletions
|
@ -59,12 +59,15 @@ def seed_status():
|
|||
return auth_error
|
||||
|
||||
seed_status = []
|
||||
|
||||
for game_id, downloader in downloads.items():
|
||||
if not downloader:
|
||||
continue
|
||||
|
||||
|
||||
response = downloader.get_download_status()
|
||||
|
||||
if response is None:
|
||||
continue
|
||||
|
||||
if response.get('status') == 5:
|
||||
seed_status.append({
|
||||
'gameId': game_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue