Skip to content

Commit ceebcbb

Browse files
committed
🐛 Fix invalid property accessor
1 parent b6eb38a commit ceebcbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elements/providers/playback/playback-spotilocal.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
client-id="[[state.config.spotify.clientId]]"
1313
redirect-url="[[state.config.spotify.redirectUrl]]"
1414
scopes="[[state.config.spotify.scopes]]"
15-
token-exchange-url="[[state.config.spotify.tokenSwapUrl]]"
15+
token-exchange-url="[[state.config.spotify.tokenExchangeUrl]]"
1616
token-refresh-url="[[state.config.spotify.tokenRefreshUrl]]">
1717
</oauth-authorizator>
1818
</template>

0 commit comments

Comments
 (0)