Skip to content

Commit

Permalink
removed sending episode id's on fallback to old method to scrobble to…
Browse files Browse the repository at this point in the history
… try and resolve multi-part scrobbling issues
  • Loading branch information
Cornishman committed Dec 8, 2021
1 parent d053e4e commit 047a79f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,7 @@ def build_episode(cls, episode, guid, part):
'title': episode.title,

'season': season_num,
'number': episode_num,
'ids': ids
'number': episode_num
}
}

Expand Down

0 comments on commit 047a79f

Please sign in to comment.