Skip to content

Commit

Permalink
Added a fixme, to mark a possible issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
p0psicles committed Dec 27, 2018
1 parent 2148732 commit e9807ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions medusa/search/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,7 @@ def collect_candidates(found_results, provider, multi_results, single_results, s
if result in (SEASON_RESULT, MULTI_EP_RESULT))
candidates = list(itertools.chain(*candidates))
if candidates:
# FIXME: collect_multi_candidates can potentially result in downloading multiple multi-ep results.
multi_results += collect_multi_candidates(candidates, series_obj, down_cur_quality)

# Collect candidates for single-episode results
Expand Down

0 comments on commit e9807ce

Please sign in to comment.