Skip to content

Commit 0582ba6

Browse files
authored
lint
1 parent 98675e4 commit 0582ba6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CustomApps/lyrics-plus/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,9 @@ class LyricsContainer extends react.Component {
288288
}
289289

290290
async fetchTempo(uri) {
291-
const audio = await Spicetify.CosmosAsync.get(`https://spclient.wg.spotify.com/audio-attributes/v1/audio-features/${uri.split(":")[2]}?format=json`);
291+
const audio = await Spicetify.CosmosAsync.get(
292+
`https://spclient.wg.spotify.com/audio-attributes/v1/audio-features/${uri.split(":")[2]}?format=json`
293+
);
292294
let tempo = audio.tempo;
293295

294296
const MIN_TEMPO = 60;

0 commit comments

Comments
 (0)