Bug correction

This commit is contained in:
Totonyus 2024-05-31 22:30:57 +02:00
parent 008018247b
commit 3fd70d52c0
1 changed files with 2 additions and 2 deletions

View File

@ -91,8 +91,8 @@ class DownloadManager:
if post_body.get('presets') is not None and len(post_body.get('presets')) > 0: if post_body.get('presets') is not None and len(post_body.get('presets')) > 0:
self.get_presets_from_post_request(post_body.get('presets')) self.get_presets_from_post_request(post_body.get('presets'))
else: else:
self.get_presets_objects(presets_string) self.get_presets_objects(presets_string)
self.simulate_all_downloads() self.simulate_all_downloads()