Terbau / fortnitepy

Async python library for interacting with Fortnite's API and XMPP services.
MIT License
149 stars 52 forks source link

Added mnemonic to party set_playlist method #172

Closed v1001 closed 2 years ago

v1001 commented 2 years ago

Tested and works. It is not as simple as having a separate method for mnemonic, which also sets playlist to creative, but it is safer in terms of not changing playlist if mnemonic is set wrongfully. It will also work better if epic decides to add more creative playlists.

v1001 commented 2 years ago

Same as 161