jbbbbbbbbbbbbbbb
This commit is contained in:
parent
4bf9041391
commit
6695d7bfde
2 changed files with 11 additions and 2 deletions
|
@ -32,6 +32,10 @@
|
|||
transition: background-image 1s ease-in-out;
|
||||
}
|
||||
|
||||
.noblur #background {
|
||||
filter: none;
|
||||
}
|
||||
|
||||
#track-info {
|
||||
position: absolute;
|
||||
bottom: 20px;
|
||||
|
@ -95,6 +99,11 @@
|
|||
|
||||
let previousTrack = "", previousAlbumImage = "";
|
||||
|
||||
// Check if #noblur is in the URL
|
||||
if (window.location.hash === "#noblur") {
|
||||
document.body.classList.add('noblur');
|
||||
}
|
||||
|
||||
async function fetchLastPlayedSong() {
|
||||
try {
|
||||
const response = await fetch(url);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue