2 Commits

Author SHA1 Message Date
mark bd71bce450 fixes compilation 2025-08-17 20:28:19 +02:00
mark cfb6b2609b ignores logs 2025-08-17 20:25:47 +02:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -8,3 +8,4 @@ wallpapers/
frontend/node_modules/ frontend/node_modules/
frontend/.next/ frontend/.next/
frontend/src/data/types.ts frontend/src/data/types.ts
backend/session_*.log
+1 -1
View File
@@ -13,7 +13,7 @@ export const useSpotifyIframe = () => {
document.body.appendChild(script); document.body.appendChild(script);
script.onload = () => { script.onload = () => {
window.onSpotifyIframeApiReady = (IFrameAPI) => { (window as any).onSpotifyIframeApiReady = (IFrameAPI) => {
const element = document.getElementById(elementId); const element = document.getElementById(elementId);
const options = { const options = {
width: 400, width: 400,