Compare commits
2 Commits
564f2d47b4
...
bd71bce450
| Author | SHA1 | Date | |
|---|---|---|---|
| bd71bce450 | |||
| cfb6b2609b |
@@ -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
|
||||||
|
|||||||
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user