Skip to content

Commit

Permalink
feat: removed unused dict item
Browse files Browse the repository at this point in the history
  • Loading branch information
chkpwd committed Oct 26, 2024
1 parent 2b53a32 commit 547eb5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/sonarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ def get_sonarr_episodes(series_id: int):
"season": item.season_number,
"monitored": item.monitored,
"episode_number": item.episode_number,
"absolute_episode_number": item.absolute_episode_number,
})
except Exception as e:
logging.error("Exception when calling EpisodeApi->list_episode: %s\n" % e)
Expand Down

0 comments on commit 547eb5f

Please sign in to comment.