diff options
| author | Harmon <[email protected]> | 2018-03-06 04:55:33 -0600 |
|---|---|---|
| committer | GitHub <[email protected]> | 2018-03-06 04:55:33 -0600 |
| commit | 21bea43d222329e5223527e51873f588e31f5859 (patch) | |
| tree | a42d283e8d04a684cb75151a28fec75b88de33c1 | |
| parent | Add some documentation for the Game to Activity breaking change. (diff) | |
| download | discord.py-21bea43d222329e5223527e51873f588e31f5859.tar.xz discord.py-21bea43d222329e5223527e51873f588e31f5859.zip | |
Fix session_id in Spotify.to_dict
| -rw-r--r-- | discord/activity.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/discord/activity.py b/discord/activity.py index db508a4e..ff3be197 100644 --- a/discord/activity.py +++ b/discord/activity.py @@ -463,7 +463,7 @@ class Spotify: 'assets': self._assets, 'party': self._party, 'sync_id': self._sync_id, - 'session_id': self.session_id, + 'session_id': self._session_id, 'timestamps': self._timestamps, 'details': self._details, 'state': self._state |