Skip to content

Commit

Permalink
Cleanup (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
mediaminister authored Apr 15, 2024
1 parent a95f99a commit 87f5e66
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion resources/lib/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,6 @@ def convert_episode(item, destination=None):
program_name = url_to_program(episode.get('program').get('link'))
program_id = episode.get('program').get('id')
program_title = episode.get('program').get('title')
print(episode)
program_type = episode.get('program').get('programType')

# FIXME: Find a better way to determine mixed episodes
Expand Down

0 comments on commit 87f5e66

Please sign in to comment.