Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bd71bce450 | |||
| cfb6b2609b |
@@ -8,3 +8,4 @@ wallpapers/
|
||||
frontend/node_modules/
|
||||
frontend/.next/
|
||||
frontend/src/data/types.ts
|
||||
backend/session_*.log
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user