Skip to content

Commit

Permalink
feat(lyrics-plus/lrclib): use x-user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
rxri committed Aug 4, 2024
1 parent f564dfe commit f7d07a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomApps/lyrics-plus/ProviderLRCLIB.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const ProviderLRCLIB = (() => {

const body = await fetch(finalURL, {
headers: {
"user-agent": `spicetify v${Spicetify.Config.version} (https://github.com/spicetify/cli)`,
"x-user-agent": `spicetify v${Spicetify.Config.version} (https://github.com/spicetify/cli)`,
},
});

Expand Down

0 comments on commit f7d07a1

Please sign in to comment.