We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6eb38a commit ceebcbbCopy full SHA for ceebcbb
elements/providers/playback/playback-spotilocal.html
@@ -12,7 +12,7 @@
12
client-id="[[state.config.spotify.clientId]]"
13
redirect-url="[[state.config.spotify.redirectUrl]]"
14
scopes="[[state.config.spotify.scopes]]"
15
- token-exchange-url="[[state.config.spotify.tokenSwapUrl]]"
+ token-exchange-url="[[state.config.spotify.tokenExchangeUrl]]"
16
token-refresh-url="[[state.config.spotify.tokenRefreshUrl]]">
17
</oauth-authorizator>
18
</template>
0 commit comments