Skip to content

Commit

Permalink
ImageManager: Add TODO about threading cover art without remote images
Browse files Browse the repository at this point in the history
  • Loading branch information
loathingKernel committed Jun 8, 2024
1 parent 83b8e30 commit d58c5a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rare/shared/image_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ def best_match(key_images: List, image_types: Tuple) -> Dict:
# lk: Find updates or initialize if images are missing.
# lk: `updates` will be empty for games without images
# lk: so everything below it is skipped
# TODO: Move this into the thread, maybe, concurrency could help here too
updates = []
if not all(file.is_file() for file in self.__img_all(game.app_name)):
# lk: fast path for games without images, convert Rare's logo
Expand Down

0 comments on commit d58c5a6

Please sign in to comment.