File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff 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- >>> >>> > 7 f89561f176927598d8d3f456e6a4c0ce051ff31
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- >>> >>> > 7 f89561f176927598d8d3f456e6a4c0ce051ff31
792786 } ,
793787 } ,
794788 servicesOrder : [ ] ,
You can’t perform that action at this time.
0 commit comments