| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix _image_url returning htps | Myst(MysterialPy) | 2018-03-07 | 1 | -2/+2 |
| | | | | | | Should be https :) Just made this a separate PR from my previous one, in-case you decide to not include it. | ||||
| * | Fix session_id in Spotify.to_dict | Harmon | 2018-03-06 | 1 | -1/+1 |
| | | |||||
| * | Split Game object to separate Activity subtypes for Rich Presences. | Rapptz | 2018-03-05 | 1 | -0/+565 |
| This is a massive breaking change. * All references to "game" have been renamed to "activity" * Activity objects contain a majority of the rich presence information * Game and Streaming are subtypes for memory optimisation purposes for the more common cases. * Introduce a more specialised read-only type, Spotify, for the official Spotify integration to make it easier to use. | |||||