Skip to content

Commit

Permalink
Fix parsing release group in Animebytes results (pymedusa#11648)
Browse files Browse the repository at this point in the history
  • Loading branch information
k0mmsussert0d committed Mar 17, 2024
1 parent fd38b22 commit e3ccb87
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions medusa/providers/torrent/json/animebytes.py
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,6 @@ def is_season_exception(series_name):
release_group = '-{0}'.format(last_field.group(2))
break

# subs = last_field.group(1) if last_field else ''

release_type = OTHER
season = None
episode = None
Expand Down

0 comments on commit e3ccb87

Please sign in to comment.