Skip to content

Commit

Permalink
Re-add: Fix failing ci workflow (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnonTester committed Apr 15, 2023
1 parent 2a07efc commit ff70b40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/lib/playbackmanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def launch_popup(self, episode, source=None):

self.log('playing media episode', 2)
# Signal to trakt previous episode watched
event(message='NEXTUPWATCHEDSIGNAL', data=dict(episodeid=self.state.current_episode_id), encoding='base64')
event(message='NEXTUPWATCHEDSIGNAL', data={'episodeid': self.state.current_episode_id}, encoding='base64')
if source == 'playlist' or self.state.queued:
# Play playlist media
if should_play_non_default:
Expand Down

0 comments on commit ff70b40

Please sign in to comment.