Skip to content

Commit

Permalink
replace references to old domain
Browse files Browse the repository at this point in the history
  • Loading branch information
zImPatrick committed Mar 16, 2024
1 parent 0ddd292 commit 40db863
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const getUrlFromCobalt = async (url) => { // <3 cobalt
const img = document.querySelector("#playImg");
const details = document.querySelector("#songDetails");
let isPlaying = false;
const np = await fetch("https://zimpatrick.gq/_papi/np").then(r => r.json());
const np = await fetch("https://patriick.dev/_papi/np").then(r => r.json());
document.querySelector("#player").classList.add("shown");
let lastTrackId = np.youtubeId;
details.innerHTML = `<b>${np.name}</b><br>${np.artist["#text"]}`
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-->
<html lang="de">
<head>
<title>zimpatrick.gq</title>
<title>patriick.dev</title>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down

0 comments on commit 40db863

Please sign in to comment.