├── .github └── ISSUE_TEMPLATE.md └── README.md /.github/ISSUE_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | 8 | 9 | Issue found on *DATE*. 10 | 11 | #### Scope(s): 12 | 13 | #### Steps to reproduce: 14 | 1. 15 | 2. 16 | 17 | #### Expected behaviour: 18 | 19 | #### Actual behaviour: 20 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | We've moved! Visit the [Spotify for Developers community forum](https://community.spotify.com/t5/Spotify-for-Developers/bd-p/Spotify_Developer) to find help with the Web Playback SDK. --------------------------------------------------------------------------------