From da7b009bde771d75e611450e17a6c808bd84d8ca Mon Sep 17 00:00:00 2001 From: Ishaparte Date: Mon, 22 Jan 2024 17:11:47 +0530 Subject: [PATCH 1/3] Change the id of liked music --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index f942747..46e1dd4 100644 --- a/index.html +++ b/index.html @@ -155,7 +155,7 @@ Home Popular Categories Best of Artists - Liked Music + Liked Music Contact About Us From 495983fabda3d4f657f5b5fbb59e5c57eece9f02 Mon Sep 17 00:00:00 2001 From: Ishaparte Date: Wed, 7 Feb 2024 23:55:23 +0530 Subject: [PATCH 2/3] Resolve the issue --- about.html | 2 +- contact.html | 2 +- index.html | 2 +- swetify.js | 2 ++ 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/about.html b/about.html index 0d9019d..f35e532 100644 --- a/about.html +++ b/about.html @@ -68,7 +68,7 @@ Home Popular Categories Best of Artists - Liked Music + Liked Music Contact About Us diff --git a/contact.html b/contact.html index 5f0510b..d2f7eb0 100644 --- a/contact.html +++ b/contact.html @@ -68,7 +68,7 @@ Home Popular Categories Best of Artists - Liked Music + Liked Music Contact About Us diff --git a/index.html b/index.html index 46e1dd4..614ed47 100644 --- a/index.html +++ b/index.html @@ -155,7 +155,7 @@ Home Popular Categories Best of Artists - Liked Music + Liked Music Contact About Us diff --git a/swetify.js b/swetify.js index 0ea4977..e74fa7a 100644 --- a/swetify.js +++ b/swetify.js @@ -323,6 +323,8 @@ const loadSong = (song) => { } else if (likedState === 'true') { likeToggle.checked = true; } + + }; const nextSong = (e) => { From 736c27887f15c3567e63dc3fdb0a837a11cb6c6a Mon Sep 17 00:00:00 2001 From: Ishaparte Date: Sat, 10 Feb 2024 22:48:12 +0530 Subject: [PATCH 3/3] made changes in about.html and contact.html --- about.html | 2 +- contact.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/about.html b/about.html index f35e532..245b326 100644 --- a/about.html +++ b/about.html @@ -68,7 +68,7 @@ Home Popular Categories Best of Artists - Liked Music + Liked Music Contact About Us diff --git a/contact.html b/contact.html index d2f7eb0..6d40abf 100644 --- a/contact.html +++ b/contact.html @@ -68,7 +68,7 @@ Home Popular Categories Best of Artists - Liked Music + Liked Music Contact About Us