spotify player #15

Merged
mark merged 3 commits from spotify-player into master 2025-08-17 20:28:39 +02:00
Showing only changes of commit bd71bce450 - Show all commits
+1 -1
View File
@@ -13,7 +13,7 @@ export const useSpotifyIframe = () => {
document.body.appendChild(script);
script.onload = () => {
window.onSpotifyIframeApiReady = (IFrameAPI) => {
(window as any).onSpotifyIframeApiReady = (IFrameAPI) => {
const element = document.getElementById(elementId);
const options = {
width: 400,