fix(curriculum): music player formatting (#55404)

This commit is contained in:
Lasse Jørgensen
2024-07-03 06:43:58 +02:00
committed by GitHub
parent fbd036347d
commit 65ee5c656c
16 changed files with 17 additions and 17 deletions

View File

@@ -651,7 +651,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();

View File

@@ -657,7 +657,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();

View File

@@ -654,7 +654,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();

View File

@@ -662,7 +662,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();

View File

@@ -643,7 +643,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();

View File

@@ -661,7 +661,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();

View File

@@ -651,7 +651,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();

View File

@@ -667,7 +667,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();

View File

@@ -667,7 +667,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();

View File

@@ -643,7 +643,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();

View File

@@ -671,7 +671,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();

View File

@@ -655,7 +655,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();

View File

@@ -667,7 +667,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();

View File

@@ -641,7 +641,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();

View File

@@ -624,7 +624,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();

View File

@@ -665,7 +665,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();
@@ -1451,7 +1451,7 @@ const playNextSong = () => {
}
};
const playPreviousSong = () =>{
const playPreviousSong = () => {
if (userData?.currentSong === null) return;
else {
const currentSongIndex = getCurrentSongIndex();