Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sarendsen committed Dec 16, 2022
1 parent c785f4b commit 5b6d746
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion flexget/components/tmdb/tmdb_estimators.py
Expand Up @@ -20,7 +20,6 @@ def estimate(self, entry):
if iso['iso_3166_1'] not in ['US', 'GB']:
continue
for release in iso['release_dates']:

if release['type'] == 'digital':
entity_data['entity_date'] = entry['tmdb_released']
return entity_data
Expand Down

0 comments on commit 5b6d746

Please sign in to comment.