fixes compilation

This commit is contained in:
2025-08-17 20:28:19 +02:00
parent cfb6b2609b
commit bd71bce450
+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,