Skip to content

Commit 73e1d0c

Browse files
committed
fix: weird pasting error :(
1 parent 60f4371 commit 73e1d0c

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

popupLyricsPlus.js

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,6 @@ function PopupLyrics() {
694694

695695
return { lyrics };
696696
},
697-
<<<<<<< HEAD
698697

699698
async fetchLrclib(info) {
700699
const baseURL = "https://lrclib.net/api/get";
@@ -742,8 +741,6 @@ function PopupLyrics() {
742741
});
743742
return { lyrics };
744743
},
745-
=======
746-
>>>>>>> 7f89561f176927598d8d3f456e6a4c0ce051ff31
747744
};
748745

749746
const userConfigs = {
@@ -779,16 +776,13 @@ function PopupLyrics() {
779776
spotify: {
780777
on: boolLocalStorage("popup-lyrics:services:spotify:on"),
781778
call: LyricProviders.fetchSpotify,
782-
<<<<<<< HEAD
783779
desc: "Lyrics sourced from official Spotify API."
784780
},
785781
lrclib: {
786782
on: boolLocalStorage("popup-lyrics:services:lrclib:on"),
787783
call: LyricProviders.fetchLrclib,
788784
desc: "Lyrics sourced from lrclib.net. Supports both synced and unsynced lyrics. LRCLIB is a free and open-source lyrics provider.",
789-
=======
790785
desc: "Lyrics sourced from official Spotify API.",
791-
>>>>>>> 7f89561f176927598d8d3f456e6a4c0ce051ff31
792786
},
793787
},
794788
servicesOrder: [],

0 commit comments

Comments
 (0)